tickerbot_list_webhook_deliveries
List recent webhook deliveries (pings/fires) newest-first to diagnose delivery failures. Returns status, attempt, response code, and error metadata—not the POST body.
Instructions
List recent deliveries (pings and fires) for a webhook, newest-first — for diagnosing failures. Returns metadata only (status, attempt, response code, error); the POST body is not stored.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Webhook id. | |
| to | No | Only deliveries created at/before this moment — same value grammar as `from`; a date-only value means through the end of that UTC day. | |
| from | No | Only deliveries created at/after this moment — epoch seconds, epoch milliseconds (13+ digits), or ISO datetime. (90-day retention on every plan.) | |
| limit | No | Page size. Max 100. Default 50. | |
| cursor | No | Opaque cursor. | |
| status | No | Filter by delivery status. |