receipt_lookup
Find mutation receipts by ID, date range, or affected URI. Resolve the loop from issue to lookup locally with zero API calls.
Instructions
Find mutation receipts by id, date range or affected URI — closes the receipts loop (issue → lookup). Local, zero API calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Exact receipt id (rcpt_N) | |
| uri | No | Match receipts whose URI list contains this URI | |
| since | No | Only receipts issued... they carry no wall-clock; use id/uri filters mostly | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |