get_receipt
Get a receipt by ID to inspect its 27 fields, including timestamps and cryptographic proof. Returns error if ID not found.
Instructions
Retrieve a single receipt by its ID from local SQLite storage. Returns the full receipt object including all 27 fields: identity, timestamps, action data, performance metrics, constraints, cryptographic proof, and metadata. Returns an error message if the receipt ID does not exist. Use to inspect a specific receipt or retrieve it before verification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| receipt_id | Yes | The receipt ID to retrieve (format: "rcpt_" followed by 12 alphanumeric characters) |