List webhook deliveries
list_webhook_deliveriesThe delivery log of one webhook, newest first: one entry per submission with its latest outcome (succeeded, failed, retrying, pending, skipped), the HTTP status the endpoint answered and the error text when it did not. Filter by status; page with limit (1 to 100, default 25) and before (the previous page's last occurred_at).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| before | No | ISO time; deliveries before it. | |
| status | No | ||
| form_id | Yes | Form id, a short string such as "AbC123xyz" (from list_forms). | |
| webhook_id | Yes | From list_webhooks. |