Inspect a specific event
anyhook_inspectFetch one event by ID with inbound headers, body, and destination response. Retrieve individual events to access payloads omitted from event lists while reducing exposure of personal data.
Instructions
Full detail for one event by id, including the inbound headers and body that anyhook_events omits, plus the destination's response. Payloads can be large and often contain personal data, so fetch one at a time, only when the body is needed. Account or local store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Event ID returned by anyhook_events. | |
| api_key | No | API key (ahk_live_...) from anyhook_quickstart. Only needed over HTTP when no Authorization header is set; ignored over stdio. |