List recent webhook events
anyhook_eventsList webhook event summaries, newest first, with status, attempt, latency, and timestamp. Use filters like status or app to locate failed deliveries and troubleshoot.
Instructions
List webhook events, most recent first: id, app, type, status, attempt, destination status code, latency, timestamp. Summaries only, no request headers or body — call anyhook_inspect with an id from here to read one event's payload. Uses your AnyHook account when connected, otherwise the local in-memory store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| source | No | Filter by provider source (local mode). | |
| status | No | Filter by status. Account mode: queued|success|retrying|failed. Local mode: received|forwarded|failed|retrying. | |
| api_key | No | API key (ahk_live_...) from anyhook_quickstart. Only needed over HTTP when no Authorization header is set; ignored over stdio. | |
| appSlug | No | Filter to a specific app slug (account mode). |