Read the Decision Receipt
receipt_getRetrieve a validated Decision Receipt using its receipt ID or plan hash. Receipts persist across restarts when the local store is configured.
Instructions
Retrieve the complete validated Decision Receipt by receipt ID or plan hash. Receipts persist across restarts only when the optional local hackathon store is configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| idOrHash | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | ||
| stage | Yes | ||
| intent | Yes | ||
| policy | Yes | ||
| approval | No | ||
| snapshot | Yes | ||
| createdAt | Yes | ||
| receiptId | Yes | ||
| updatedAt | Yes | ||
| policyHash | Yes | ||
| simulation | No | ||
| opportunities | Yes | ||
| verifications | Yes | ||
| walletAddress | Yes | ||
| receiptVersion | Yes | ||
| scoreBreakdown | Yes | ||
| finalReceiptHash | Yes | ||
| eligibleCandidates | Yes | ||
| rejectedCandidates | Yes | ||
| preparedTransaction | No | ||
| selectedOpportunity | Yes |