List Webhook Events
list-webhook-eventsList delivered webhook events, most recent first, to verify if your endpoint received each event and troubleshoot missing deliveries. Shows event type, creation time, and status.
Instructions
Purpose: List the events Resend delivered to one webhook, most recent first, with the delivery status of each.
NOT for: Listing the event types a webhook subscribes to (use get-webhook). Not for listing emails (use list-emails) or the Events product (use list-events).
Returns: For each event: id, type (e.g. email.sent), created_at, and status — one of pending, attempting, success, or failed.
When to use: User asks "did my webhook receive this?", "why is my endpoint missing events?", or wants the delivery history of a webhook. Use get-webhook-event next for the payload, and list-webhook-event-attempts for what their endpoint returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Event ID to fetch the page after (forward pagination). This endpoint has no "before" cursor. | |
| limit | No | Number of events to retrieve. Default: 20, Max: 100, Min: 1 | |
| webhookId | Yes | Webhook ID |