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
Key | Datatype | Required | Description |
---|---|---|---|
token | string | (Required) Token returned from the post request creation call |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"report_status":"CANCELLED","url":"\u003cstring\u003e","size":"\u003cnumber\u003e"}