Create a report
Creates a new asynchronous report job and returns a receipt containing the report ID.
Poll GET /v1/reports/{reportId} to check status. When status is COMPLETED, the poll
response includes a fresh pre-signed download URL in links.downloadUrl.
Note: These endpoints are currently in beta and might be subject to changes.
Endpoint Permission: Viewer and above.
Headers
A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
Body
Request body for creating a new asynchronous report job
The type of report to generate.
ADDRESSES "ADDRESSES"
The output file format of the report
CSV "CSV"
Gzip the output file. Defaults to true.
true
Filter options for the addresses report type.
Response
Report job accepted and queued for processing
Returned when a report job is successfully created. Use the id to poll for status via GET /v1/reports/{reportId}.
Unique identifier of the report job
"0190b3c2-7e4a-7c31-9f2a-1b6d8e5a0c11"