Get webhook delivery history
Webhooks
Get Webhook Delivery History
Retrieves delivery history for a webhook. Returns up to 100 recent deliveries with status, response codes, and retry info.
GET
Get webhook delivery history
Retrieves delivery history for a webhook. Returns up to 100 recent deliveries with status, response codes, and retry info.
Authentication
This endpoint requires authentication via Bearer token:- Authorization:
Bearer <token>
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
organizationId | string (UUID) | Yes | Organization ID |
id | string (UUID) | Yes | Webhook ID |
Response
Returns an array of delivery attempts with:- Delivery ID and timestamp
- Event type that triggered the webhook
- HTTP status code and response body
- Number of retry attempts
- Success/failure status
Example Request
Example Response
Use Cases
- Debug Issues: Investigate why webhooks are failing
- Monitor Health: Track delivery success rates
- Retry Failed: Identify deliveries that need manual retry
- Audit Trail: Review webhook activity history