List Webhook Deliveries
list_webhook_deliveriesRetrieve recent delivery attempts for a webhook endpoint to diagnose missed or unacknowledged events, with configurable limits up to 100.
Instructions
The last 30 days of delivery attempts for a webhook endpoint — newest first, capped at the supplied limit (max 100). Useful for diagnosing why an endpoint never received (or never acknowledged) an event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of deliveries to return (1..100, default 50). | |
| spaceId | No | Krova Cloud Space id. Optional if KROVA_SPACE_ID is set as the server default. | |
| endpointId | Yes | The webhook endpoint id (see list_webhooks). |