Get Webhook Event
get-webhook-eventRetrieve a specific webhook event by webhook ID and event ID to inspect the exact payload Resend sent to your endpoint, including status and next retry time.
Instructions
Purpose: Get one event delivered to a webhook, including the exact payload Resend sent to the endpoint.
Returns: id, type, created_at, status, next_attempt_at (when the next retry is scheduled — null once the event reaches success or failed), and payload (the JSON body sent to the endpoint).
When to use: User wants to see what Resend actually sent for a specific event, or when the next retry is due. Get the event ID from list-webhook-events first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventId | Yes | Webhook event ID | |
| webhookId | Yes | Webhook ID |