List Action Receipts
receipt.listList signed action receipts for an evidence bundle to audit agent actions and verify manifest bindings. Use after bundle operations to retrieve receipt details for independent verification.
Instructions
List signed action receipts (rcpt_...) for an evidence bundle owned by your API key. Free — no credits consumed. Use after bundle.get, bundle.verify, bundle.notarize, or collection.add_document to audit which agent actions were bound to which manifest hash. Pass a receipt_id from the results to receipt.verify for independent signature + manifest-binding verification. Returns: { bundle_id, receipts: [{ receipt_id, bundle_id, agent_id, action, manifest_sha256, signed_at, signature, signer_address, key_id, algorithm }], limit, offset } Example prompts:
"List all signed action receipts for bundle ev_550e8400."
"What agent actions have been recorded against this evidence bundle?"
"Show me the receipts for [bundle_id] so I can verify one."
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max receipts to return (default 50, max 200). Example: 50 | |
| offset | No | Pagination offset (default 0). Example: 0 | |
| bundle_id | Yes | Evidence bundle ID (ev_...) to list receipts for. Example: "ev_550e8400-e29b-41d4-a716-446655440000" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | ||
| offset | Yes | ||
| receipts | Yes | ||
| bundle_id | Yes |