Export Receipts
Returns the receipts matching the same filters as GET /v1/receipts, ordered by seq ASC, as a downloadable file. JSONL preserves each receipt’s signed canonical + chain fields (this_hash, signature, key_id); CSV is a flat analyst-friendly projection. Note: full offline chain verification needs the Evidence Bundle (GET /v1/compliance/evidence-bundle), which also carries the signing-key registry + trust anchor — a filtered export has seq gaps and omits the keys. Bounded per call by limit (max 50000); the X-Wardin-Truncated response header is true when more rows matched. Narrow with filters or page GET /v1/receipts.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
jsonl, csv Row cap (max 50000)
10000
RFC3339 lower ts bound (inclusive)
RFC3339 upper ts bound (inclusive)
Response
A JSONL or CSV file of the matched receipts (attachment).