Skip to main content
GET
Download Export

Authorizations

Authorization
string
header
required

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

X-Org-Name
string | null

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.

X-API-Version
string
default:v1

The API version to use. Set to v1. API version to target for this request.

Path Parameters

job_id
string<uuid>
required

UUID of the export job whose data should be downloaded.

Identifier of the export job.

Example:

"<uuid>"

Response

Request succeeded and the export data is streamed in the response.