Get Receipt
Returns the stored receipt row and a verified flag. verified=true means this_hash == sha256(canonical||prev_hash) AND the ED25519 signature over this_hash is valid. Tenant-scoped: you can only read receipts belonging to your tenant.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
receipt_id (UUID)
Response
42
"018f1234-5678-7abc-def0-123456789abc"
"tenant-abc"
"req-abc-123"
"user@example.com"
"anthropic"
"claude-3-5-sonnet-20241022"
1000
250
0.00375
"a1b2c3..."
"d4e5f6..."
"base64-encoded-sig"
"key-id-1"
"2026-07-02 12:00:00.000"
True when this_hash == sha256(canonical || prev_hash) and the ED25519 signature is valid.
true