Get Export Job Status
Retrieve the current status of an export job and, when complete, the download URL for the exported data.
Authorizations
Bearer token obtained by authenticating with your organization's service account credentials (client_id and client_secret).
See the Getting started page for the full authentication flow.
Headers
Name of the organization to scope the request to. This header is required in multi-tenant deployments.
Organization name used to resolve the tenant context.
The API version to use. Set to v1.
API version to target for this request.
Path Parameters
UUID of the export job to query.
Identifier of the export job.
"<uuid>"
Response
Request succeeded and the export job status is returned.
Response containing the state of a bulk export job and, when complete, its download URL.
"<timestamp>"
"<uuid>"
"<uuid>"
Current status of the export job (for example, pending, running,
completed, or failed).
Time when the export job finished processing, if it has completed.
"<timestamp>"
URL to download the exported data in JSON Lines format, present when the job has completed successfully.
Error message describing why the export job failed, if applicable.
Approximate completion percentage for the export job, in the range 0–100.
Total number of records included in the export, when known.