Get Receipt
API Reference
Get Receipt
Fetch the signed receipt for a response, including the transparency event log.
GET
Get Receipt
Endpoint
x-receipt-id header from an inference response, or use the response id.
Parameters
Receipt id (
rcpt-...) or response id from POST /v1/chat/completions.Example
Response
event_log entries
Verifying the Receipt
- Fetch and verify a fresh Attestation Report.
- Confirm
workload_idandworkload_keyset_digestmatch the attestation report. - Verify
signatureunder areceipt_signing_keysentry from the attested keyset. - Confirm
request.received.body_hashmatches the request body you sent. - Confirm
response.returned.wire_hashmatches the response bytes you received. - Read
upstream.verified. For a confidential response,resultisverified,requiredistrue, andsession_idpoints to an attested session.
Legacy Alias
GET /v1/signature/{id} returns this same receipt inside a compatibility envelope for older clients.

