REST API: macros are not completely executed on a page when get via REST and body.view or body.export_view

Hi,

I am using the Confluence REST API v1 on data center to get the content of a page and it shall be rendered, meaning all macros executed.

But when using this request, no matter if with body.export_view or body.view parts of the macros are not yet finished. Some are, some not.

Request: https://domain/confluence/rest/api/content/pageID?expand=space,version,body.export_view,body.view

For example one Pivot table content is like expected and calculated, but another Pivot table says “Oops, it seems that you need to place a table or a macro generating a table within the Pivot Table macro.” or it shows the source table of data used for the calculation but not the calculated table.

No matter how often I refresh the page, the content stays the same.

Is there a way to “tell” the request to wait until all macros executed?
Or is there another way to get the rendered/final/executed macro content?

I saw the convert REST APU but honestly I do not get it. Is there a way to use convert to render the content? And if so, how would you do this for a whole page content?

Thanks
For helping

Nobody any idea?