get_webhook_notifications_failed
Retrieve failed webhook notifications for a specific webhook ID to identify and troubleshoot delivery issues, with options to filter by date range and paginate results.
Instructions
Get the failed webhook notifications
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhook_id | Yes | ID of the parent resource | |
| cursor | No | Cursor for fetching the next page of results | |
| per_page | No | Number of results per page (default: 25) | |
| start | No | Only show failed notifications created after this date and time | |
| end | No | Only show failed notifications starting before this date and time |