Skip to main content
GET
Get Receipt
Returns the signed receipt for a response: a transparency event log that binds the request and response hashes to the attested gateway, signed by a key from the attested keyset. This is the canonical per-response proof. Look up a receipt by the x-receipt-id header on the inference response, or by the response id. For how to read the event log, see Receipts.

Request

string
required
A receipt id (rcpt-…) or the response id (chat id). The receipt id is returned in the x-receipt-id response header on /v1/chat/completions.

Response

200 OK, application/json. The bare canonical receipt:

event_log entries

Example (truncated)

Verifying the receipt

  1. Confirm workload_id and workload_keyset_digest match a verified attestation report.
  2. Verify signature under a receipt_signing_keys entry from the attested keyset.
  3. Confirm request.received.body_hash matches the request you sent and response.returned.wire_hash matches the response you received.
  4. Read upstream.verified: result = verified and required = true indicate a confidential model served from a verified, channel-bound upstream. Follow session_id to the attested session.
See Verify a response for the full walkthrough.

Legacy alias

GET /v1/signature/{id} is a legacy compatibility alias that wraps this same receipt in a legacy envelope, documented under Signature.

Get attestation report

Get session