Key concepts
- Job lifecycle —
pending→processing→completed|failed. - History —
/v4/exports/historylists previous export jobs with signed download URLs once completed. - Polling —
GET /v4/exports/{export_id}returns current status and download URL when ready.
Available endpoints
| Method | Endpoint | Description | Status |
|---|---|---|---|
| POST | /exports | Create export (async) | New |
| GET | /exports/history | List past exports | New |
| GET | /exports/{export_id} | Get export status | New |