Skip to main content
With our Exports API, you can track the status of an export and retrieve its download URL.

Lifecycle

Exports are queued from the Lists API, which returns an exportId. Use that id with the status endpoint to poll the export until it is ready, then download it from the returned url.

Status values

StatusDescription
PENDINGThe export is queued and waiting to start.
IN_PROGRESSThe export is being generated.
AVAILABLEThe export is ready; url contains a download link.
EXPIREDThe export is no longer available for download.
FAILEDThe export failed to generate.
INSUFFICIENT_CREDITSThe export could not complete due to insufficient credits.
NO_RESULTSThe 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 returns 404.