> ## Documentation Index
> Fetch the complete documentation index at: https://developers.cloudtalk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# 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).

<Warning>The Dialer is a newly released product surface: depending on your account's rollout stage, campaigns managed through this API may not yet be visible in your CloudTalk Dashboard.</Warning>


## API Specification

The full API specification for this endpoint is available in the [documentation index](https://developers.cloudtalk.io/llms.txt).


## Related topics

- [Get a download link for a completed export](/api-reference/dialer/get-a-download-link-for-a-completed-export.md)
- [Request a campaign data export](/api-reference/dialer/request-a-campaign-data-export.md)
- [CloudTalk API Response Envelope Formats and Schema](/guides/response-envelopes.md)
