GET
/organizations/{organizationId}/webhooks/{webhookId}/deliveriesList webhook deliveries
Lists delivery attempts with event metadata, response status, duration, and retry state.
Send request
Use the documented inputs to call this endpoint directly.
API serverbase URL
Bearer tokenBearerAuthoptional
Stored only in this browser for the BearerAuth security scheme and reused on every API page in this group.
Parameters
Values are applied to the request and the example on the right.
organizationIdpath · stringrequired
Opaque organization identifier.
webhookIdpath · stringrequired
limitquery · integeroptional
Maximum records to return. Defaults to 25.
cursorquery · stringoptional
Opaque cursor from a prior response.
Responses
200application/json
Delivery page.
{
"data": [
{
"id": "dlv_01J8FATB4RZ3F6W2P0N9",
"event_id": "evt_01J8FB7D3P6Q9T2V5M4",
"event_name": "document.published",
"status": "failed",
"attempt": 2,
"response": {
"status_code": 504,
"duration_ms": 10012,
"body_preview": "gateway timeout"
},
"next_retry_at": "2026-09-03T12:35:00Z",
"created_at": "2026-09-03T12:05:00Z"
}
],
"page": {
"next_cursor": "eyJvZmZzZXQiOjI1fQ",
"previous_cursor": null,
"has_more": true
},
"request_id": ""
}dataarray<>optional
pageoptional
request_idstringoptional
Powered by heyo-docs