Webhook Deliveries

List deliveries for a webhook

Returns a paginated list of deliveries for a single webhook subscription, identified by its id. Each record reports the event, delivery status, attempt count, and the last response code or error. Results can be filtered by eventId (exact match against the originating event id).

get/webhooks/{id}/deliveries

Path parameters

idstring uuid required
Example:550e8400-e29b-41d4-a716-446655440000

Query parameters

pageinteger
pageSizeinteger
eventIdstring

Exact text match against the originating event id.

Response

Deliveries

Changes