Skip to main content

Create asynchronous export

POST 

/api/v1/exports/jobs

Schedules CSV generation on a worker, without the 10k-row cap of the synchronous mode and without blocking the request. Track status via GET /exports/jobs and download the file via GET /exports/jobs/{id}/download before expiresAt. Responds 202.

Request

Responses

Export accepted and queued for processing.