Get Action Receipts
get_action_receiptsRetrieve outcome-paired receipts for agent actions, using an action ID or listing the most recent. See whether a command, API call, or other action succeeded or failed.
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 |
|---|---|---|---|
| actionId | No | Optional action id to fetch the matching receipt for | |
| limit | No | Max number of recent receipts to return when no actionId is given (default 20) |