Archive API docs
QUERY

webhookDeliveries

Paginate webhook deliveries (dead-letter surface) for the current workspace, newest first. Filter by subscription and/or status. History is retained for 30 days.

Arguments

after String default: null
Cursor for fetching the next page of results.
filter WebhookDeliveryFilterInput default: {}
Filter criteria. Optionally narrow by subscription and/or status.
first Int default: 20
Number of deliveries to return (page size).

Returns

A paginated connection of WebhookDelivery nodes. See Pagination for the connection shape.