get_receipt
Retrieve a single receipt by ID from local SQLite storage. Returns complete data across 27 fields including cryptographic proof, timestamps, and action metrics to inspect transactions or prepare for verification.
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) |