Skip to main content
GET
Get webhook delivery attempt

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Organization-Id
string | null

Path Parameters

id
string<uuid>
required
webhook_id
string
required

Webhook ID. Use 'any' to search across all parents.

delivery_id
string
required

Webhook Delivery ID. Use 'any' to search across all parents.

Query Parameters

embed
string | null

Relation embedding. Available values: delivery. Use a comma-separated list to request multiple embeds.

Response

The requested webhook delivery attempt.

Response shape.

id
string<uuid> | null
delivery_id
string<uuid> | null
attempt_number
integer | null
status_code
integer | null
response_body
string | null
response_time_ms
integer | null
succeeded
boolean | null
next_retry_at
string<date-time> | null
created_at
string<date-time> | null
delivery
FullValidator · object | null

Response shape.