Skip to content
Go to Micro

Deliveries

List webhook deliveries
GET/v2/webhooks/{teamId}/{webhookId}/deliveries
Get a delivery
GET/v2/webhooks/{teamId}/{webhookId}/deliveries/{deliveryId}
ModelsExpand Collapse
DeliveryListResponse object { data, next_cursor }
data: array of WebhookDelivery { created_at, delivery_id, status, 8 more }
created_at: string
formatdate-time
delivery_id: string
formatuuid
status: "success" or "failed"
One of the following:
"success"
"failed"
type: "delivery" or "verification"
One of the following:
"delivery"
"verification"
webhook_id: string
formatuuid
attempts: optional number

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

event: optional string

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

status_code: optional number

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

team_id: optional string
formatuuid
updated_at: optional string
formatdate-time
url: optional string
next_cursor: optional string

Pass as cursor to fetch the next page; null when there are no more.