Status values
Thestatus field in the response can be:
pending: The export is still being processeddone: The export is complete and ready to downloaderror: An error occurred during the export
Expiration times
Polling strategy
Check the status periodically until you receive a status other than"pending". We recommend:
- Starting with a 5-second interval
- Increasing to 10-15 seconds for longer exports
- Stopping immediately when status is
"done"or"error"
Download URL
When the status is"done", the response will include a url field containing the download link for the CSV file.Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The unique identifier of the campaign that was exported
The unique identifier of the export returned by the /start endpoint