List Webhook Deliveries
list_webhook_deliveriesRetrieve recent webhook delivery attempts with status, latency, and error details to troubleshoot delivery issues. Supports date filtering and pagination.
Instructions
List recent delivery attempts (status, latency, error) for a webhook -- delivery troubleshooting. Results are newest-first and cursor-paginated; optional startDate/endDate filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| end_date | No | ||
| org_uuid | No | ||
| start_date | No | ||
| webhook_id | Yes | ||
| output_format | No | json |