Download export CSV
GET/api/v1/exports/jobs/:id/download
Serves the generated CSV of an asynchronous export (text/csv; charset=utf-8 with BOM). Only available once the job is completed and before expiresAt.
Request
Responses
- 200
- 401
- 403
- 404
- 409
- 410
- 429
- 500
CSV file (text/csv; charset=utf-8 with BOM so Excel renders accents correctly; Content-Disposition: attachment).
Missing, invalid, expired or revoked API key.
The key lacks the scope required by this operation.
Resource not found or outside your organization.
Export not finished yet (NOT_READY code; the status field reports the current state).
Export expired — create a new one (EXPIRED code).
Rate limit exceeded. Wait and retry.
Internal error. Retry; if it persists, contact support.