Skip to main content

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.
{
  "format": "json",
  "filters": {
    "receipt_type": "payment_receipt",
    "status": "active"
  }
}

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

StatusMeaning
pendingQueued, not yet started
runningProcessing records
completeDone — download_url is available
failedError — see error_message