v25

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0131545750.2 KB

Get a delivery

A single delivery plus its full attempt timeline (including async retries).

get/v2/webhooks/{teamId}/{webhookId}/deliveries/{deliveryId}

Path parameters

teamIdstring uuid required
webhookIdstring uuid required
deliveryIdstring uuid required

Response

The delivery and its attempts.

delivery_idstring uuid required
webhook_idstring uuid required
team_idstring uuid nullable
type'delivery' | 'verification' required
eventstring nullable

Event name (e.g. webhook.test); verification for handshake runs.

urlstring
status'success' | 'failed' required
status_codeinteger nullable

HTTP status of the latest attempt; null on a transport error.

attemptsinteger nullable

Number of attempts made so far (including async retries).

created_atstring date-time required
updated_atstring date-time nullable