JsonCutDocs
V2 APIEndpointsWebhooks

List recent delivery state without response bodies

List recent delivery state without response bodies. Signed render lifecycle events with delivery inspection, testing and dead-letter replay. Required API key scopes: `operations:read`.

GET
/api/v2/webhooks/{id}/deliveries

Authorization

apiKeyAuth

Path Parameters

id*string

Resource identifier

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v2/webhooks/string/deliveries"
{  "success": true,  "data": [    {      "id": "delivery_01J",      "endpointId": "webhook_01J",      "eventType": "render.completed",      "status": "delivered",      "attempts": 1,      "responseStatus": 204,      "createdAt": "2026-08-25T09:30:00.000Z",      "deliveredAt": "2026-08-25T09:30:01.000Z"    }  ]}