Lifecycle
Exports are queued from the Lists API, which returns anexportId. Use that id with the status endpoint to poll
the export until it is ready, then download it from the returned url.
Status values
| Status | Description |
|---|---|
PENDING | The export is queued and waiting to start. |
IN_PROGRESS | The export is being generated. |
AVAILABLE | The export is ready; url contains a download link. |
EXPIRED | The export is no longer available for download. |
FAILED | The export failed to generate. |
INSUFFICIENT_CREDITS | The export could not complete due to insufficient credits. |
NO_RESULTS | The list produced no exportable results. |
Authorization
The Public API token is team-scoped. You can only track exports that belong to your team; requesting one from another team returns404.