Get an export job's status
Polls an export job by its id. status walks queued → running → completed | failed, and progress gives a coarse hint of how far the runner has got. A job belonging to another company reads as 404.
A completed job does not expose the file here — fetch it through the export-download call (a pre-signed link is also emailed to the requester).
Authorizations
HTTP Basic Authentication. Use your API Access Key ID as the username and your API Access Key Secret as the password. Generate keys in the CloudTalk Dashboard under Account -> Settings -> API Keys (https://dashboard.cloudtalk.io/menu/account/settings/API-keys).
Path Parameters
Export job ID returned by the export enqueue call.
Response
The export job's current state.
State of an export job. Once it reports completed, fetch the file through the export-download call — a pre-signed link is also emailed to the requester.
Export job ID.
"0197fbd1-6d0a-7e58-8f6f-1a2b3c4d5e6f"
Job status. queued → running → completed | failed.
queued, running, completed, failed "running"
Coarse progress hint. Both counters stay at 0 until the runner picks the job up.
When the job was enqueued (ISO 8601, UTC).
"2026-08-04T08:00:00.000Z"
When the job finished; null while it is still queued or running.
"2026-08-04T08:05:00.000Z"
Related topics
Get a download link for a completed exportRequest a campaign data exportCloudTalk API Response Envelope Formats and Schema