Queues an async bulk export job. Returns immediately withDocumentation Index
Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt
Use this file to discover all available pages before exploring further.
status: pending. Poll GET /v1/receipt-exports/{id} for completion and a pre-signed download URL.
Request
Export format:
json or csv.Optional filters to narrow the export.
Filter by receipt type name (e.g.
payment_receipt).Filter by receipt status:
active, revoked, superseded, redacted.Start of date range (RFC 3339).
End of date range (RFC 3339).
Response
UUID of the export job.
pending | running | complete | failedRequested format (
json or csv).ISO 8601 timestamp.
Polling for completion
PollGET /v1/receipt-exports/{export_id} until status is complete. The response will include a pre-signed download_url.
This endpoint moved from
/v1/receipts/export/{id} to /v1/receipt-exports/{id}. Update any polling URLs that use the old path.Export status values
| Status | Meaning |
|---|---|
pending | Queued, not yet started |
running | Processing records |
complete | Done — download_url is available |
failed | Error — see error_message |

