list_webhook_deliveries
List webhook delivery attempts with cursor-based pagination. Review delivery history by specifying webhook ID and paginate through results to monitor and debug events.
Instructions
List delivery attempts for a webhook (cursor-paginated)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| cursor | No | Opaque cursor from next_cursor / previous_cursor of a prior page | |
| page_size | No | Results per page (default 20, max 100) |