receipts

Get receipt by hash

Fetch the full policy evaluation receipt by its SHA-256 hash. The on-chain program stores only the 32-byte hash — this endpoint provides the full JSON.

get/v1/receipts/{hash}

Path parameters

hashstring required
Example:a1b2c3d4...

SHA-256 receipt hash (64 hex characters)

Response

Receipt found

receiptHashstring
intentIdstring
policiesobject[]
rawJsonstring
createdAtstring date-time

Changes

No recorded changes to this endpoint across all 1 revision of this API.