Skip to main content
POST
Request a data export

Authorizations

X-API-KEY
string
header
required

Headers

Idempotency-Key
string

Optional. A unique value (a UUID works well) identifying this operation. If the request is repeated with the same key, the original response is replayed instead of the operation running again, so a retry cannot create a duplicate record. Results are replayable for 48 hours. Reusing a key with a different request body returns 422.

Maximum string length: 255

Body

application/json
integration_id
integer | null

Destination integration to export through. Optional when the organization has exactly one connected destination.

Response

Accepted

Envelope for POST /export-jobs/: the job to poll, plus whether it was already running.

job
PublicExportJobSchemaOut · object
required

Sanitized view of an export job. Infra fields (s3_key, crawler/ETL jobs) are never included.

deduplicated
boolean
required

true when an export was already in progress and that existing job is returned instead of a new one.

Last modified on August 28, 2026