Skip to main content
GET
List deliveries for an event
Returns every delivery attempt of the event, one record per subscribed webhook endpoint, newest first. Use this to answer “did my endpoint receive event X, and if not, why?”

Path Parameters

Example Request

Response

Delivery Status

status is derived from the stored delivery fields:
last_error is only present on non-succeeded deliveries and contains the transport error or HTTP <code>: <body> recorded by the delivery worker. Use POST /v1/events/{id}/redeliver to re-queue a failed event.

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Path Parameters

id
string<uuid>
required

Response

Deliveries for the event.

data
object[]