Recent delivery attempts for an endpoint (newest first, capped at 50).
GET
Secret API key operationId: list_deliveries/v1/webhooks/{id}/deliveries Authorization
Server-to-server. Send a secret key as a Bearer token plus the x-application-id header.
Path parameters
idstring<uuid> requiredEndpoint id
Responses
200 Recent deliveries
{
"data": [
{
"attempts": 0,
"created_at": "2026-01-15T09:30:00Z",
"delivered_at": "2026-01-15T09:30:00Z",
"event_id": "018f3c4a-7b2e-7c1d-9e0a-1f2b3c4d5e6f",
"event_type": "string",
"id": "018f3c4a-7b2e-7c1d-9e0a-1f2b3c4d5e6f",
"last_error": "string",
"last_status_code": 0,
"next_attempt_at": "2026-01-15T09:30:00Z",
"status": "string"
}
],
"error": {
"code": "string",
"message": "string"
},
"meta": {
"timestamp": "string"
},
"success": false
} 404 No such endpoint
Request
curl -X GET "http://localhost:8080/v1/webhooks/018f3c4a-7b2e-7c1d-9e0a-1f2b3c4d5e6f/deliveries" \Try it
live requestGET
http://localhost:8080/v1/webhooks/018f3c4a-7b2e-7c1d-9e0a-1f2b3c4d5e6f/deliveries