List Webhook Deliveries
list_webhook_deliveriesList delivery attempts of one webhook — event type, status, attempt count, HTTP status and error message. This is where you look when a webhook 'does not fire'. Get the webhookId from list_webhooks. Requires organization context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of deliveries to skip (for pagination, default 0) | |
| take | No | Number of deliveries to return (default 50, max 100) | |
| webhookId | Yes | Public ID (GUID) of the webhook |