We are using the Confluence v2 API to retrieve page content.
Previously, when calling: /wiki/api/v2/pages/{id}?body-format=view the response included GitLab macro information, which allowed us to call the GitLab API and fetch the related file details.
Recently, this endpoint only returns a placeholder like: <div>GitLab File</div> and the GitLab metadata is missing.