Get Action Receipts
get_action_receiptsRetrieve outcome-paired action receipts to review what happened after an action was executed. Use an action ID to get a specific receipt, or omit it to see the most recent receipts.
Instructions
Read outcome-paired action receipts. Returns the receipt for a specific actionId, or the most recent receipts when no actionId is given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of recent receipts to return when no actionId is given (default 20) | |
| actionId | No | Optional action id to fetch the matching receipt for |