List Webhook Event Attempts
list-webhook-event-attemptsShow delivery attempts for a webhook event, most recent first, with HTTP status and response body to reveal why an event failed or is pending.
Instructions
Purpose: List the delivery attempts Resend made for one webhook event, most recent first, with what the endpoint returned each time.
Returns: For each attempt: id, http_status_code, response (the body the endpoint returned), and sent_at.
When to use: An event is in the failed or attempting status and the user wants to know why. This is the tool that shows the endpoint's own error response. Get the event ID from list-webhook-events first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Attempt ID to fetch the page after (forward pagination). This endpoint has no "before" cursor. | |
| limit | No | Number of attempts to retrieve. Default: 20, Max: 100, Min: 1 | |
| eventId | Yes | Webhook event ID | |
| webhookId | Yes | Webhook ID |