List webhook deliveries
Returns delivery attempts for the given endpoint, most recent first. Each row carries the original request payload, the response code (when the receiver replied), the execution time, and any transport error — everything needed to audit failures and decide whether to redeliver.
Required scope: read_settings (for API-key authentication).
Authorizations
Secret API key for admin access
JWT token for admin user authentication
Headers
Bearer token for admin authentication
Path Parameters
Parent webhook endpoint ID
Query Parameters
Page number
Number of records per page
Filter by event name (exact)
Filter by success flag
Sort by field. Prefix with - for descending (e.g., -delivered_at).
Comma-separated list of fields to include. id is always included.
Response
deliveries found

