Tool
observe_webhooks_deliveries_list
List webhook delivery attempts for this product, newest first.
List webhook delivery attempts for this product, newest first. Filter by endpoint or by state (pending, success, failed). Each row carries the event data that was sent, the last HTTP status and why the last attempt failed.
Behavior
- HTTP
GET /observe/webhooks/deliveries
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| limit | integer | — | Page size, 1..200 |
| offset | integer | — | Number of deliveries to skip |
| status | string | — | Only deliveries in this state |
| webhookId | string | — | Only deliveries for this endpoint |
Try it
List webhook delivery attempts for this product, newest first.