Get Report
Fetch a raw data export using its id returned by a Export Report request. For successful requests (HTTP 200) use the ReportingExportResult object to see the status of the generated report and the url where the report will be stored.
We recommend fetching a report 10 seconds after its creation and retrying every 10 seconds until a status is in Processing. A positively generated report will have Completed status.
See Report section for a sample code.
Token should be in format "Bearer {access_token}"
Export ID
Authorization header
Impersonation header
export
Bad request. Check fields message and error code from response body for additional information.
Unauthorized request. Check fields message and error code from response body for additional information.
Requested resource forbidden.Check fields message and error code from response body for additional information.
Too many requests. Check response header Retry-After indicating how long to wait before making a new request.
Unavailable because account is not verified.
Sample request
Sample response body
ReportingExportResult {
description:
Export Result resource
id*
[...]
status*
string
Export status
Enum: [ Expired, Failed, Processing, Completed ]
url
string
Url of export result - with authorization (signature) and expire date
}
Last updated