List deliveries for a webhook subscription
Returns the paginated delivery-attempt log for a single webhook subscription, ordered most-recent first. Each row records the event type, attempt count, lifecycle status, response code, and timestamps. Optionally filter by delivery status. Requires a Nevermined API key. Requires organization admin privileges. Requires the organization to be on the Premium tier or higher.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization ID
"org-abc123"
ID of the webhook subscription whose delivery log is being listed
"whs-9c2f1a7e"
Query Parameters
1-based page number. Defaults to 1.
1
Items per page (1–200). Defaults to 50.
50
Filter the log to deliveries in a single lifecycle status.
pending, in_flight, delivered, failed, dead Response
Paginated delivery list with items, total, page, and limit
Related topics
List webhook subscriptionsRetry a webhook deliveryGet a webhook delivery recordDelete a webhook subscriptionUpdate a webhook subscription