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
- 202
- 400
- 401
- 403
- 404
- 429
- 500
Export accepted and queued for processing.
Invalid request (validation error).
Missing, invalid, expired or revoked API key.
The key lacks the scope required by this operation.
Resource not found or outside your organization.
Rate limit exceeded. Wait and retry.
Internal error. Retry; if it persists, contact support.