Queue Export
POST /v1/receipts/export
Queues an async bulk export job. Returns immediately with status: pending. Poll GET /v1/receipts/exports/{id} for completion and a pre-signed download URL.
Get Export Status
GET /v1/receipts/exports/{id}
Returns the export job including download_url when status: complete.
List Exports
GET /v1/receipts/exports
Lists all export jobs for the tenant, most recent first.
Export Status Values
| Status | Meaning |
|---|---|
pending | Queued, not yet started |
running | Processing records |
complete | Done — download_url is available |
failed | Error — see error_message |
