Get the account analytics report created by the async call

GET {{baseUrl}}/ad_accounts/:ad_account_id/reports?token=<string>

This returns a URL to an analytics report given a token returned from the post request report creation call. You can use the URL to download the report. The link is valid for five minutes and the report is valid for one hour. - The token's user_account must either be the Owner of the specified ad account, or have one of the necessary roles granted to them via Business Access: Admin, Analyst, Campaign Manager.

Request Params

KeyDatatypeRequiredDescription
tokenstring(Required) Token returned from the post request creation call

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;report_status&quot;:&quot;CANCELLED&quot;,&quot;url&quot;:&quot;\u003cstring\u003e&quot;,&quot;size&quot;:&quot;\u003cnumber\u003e&quot;}