Skip to main content
POST
Create a CSV export

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Idempotency-Key
string | null
apiKey
string | null

Body

application/json
batch_ids
string[]
required

Batch IDs to export (must be owned by the org).

Minimum array length: 1
Example:

Response

Sync delivery: the CSV is returned inline (small exports under the size gate).