Get export status
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Path Parameters
Response
Successful Response
Status of a durable CSV export job. Returned by the async create path (202), the status
endpoint, and as each element of the list endpoint. status is one of queued/running/
completed/failed, or expired once a completed export passes its retention window (at which
point download_url is null and the download route returns 410).
Unique export identifier.
"exp_2f0ce4cf"
queued | running | completed | failed | expired.
"completed"
Batch IDs included in this export.
Relative URL to poll this export's status.
"/place_enrichment/exports/exp_2f0ce4cf"
True when a completed export has aged past its retention window.
false
Best-effort {batch_id -> name} map; a batch id is omitted if its name could not be resolved.
ISO-8601 creation timestamp.
ISO-8601 last-update timestamp.
Relative download URL; present only while status is completed and unexpired.
"/place_enrichment/exports/exp_2f0ce4cf/download"
Failure reason when status is failed.
Worker-reported stats (row counts, per-stage timings) once available.