Retrieve the current status of an export job and, when available, the download URL for the exported data.
Authenticate requests using a bearer token.
Supported token types:
Header format
Authorization: Bearer <your_token>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.
API version identifier (for example, v1 or v2). Defaults to v1
when not provided.
API version to target for this request.
UUID of the export job to query.
Identifier of the export job.
"<uuid>"
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.