List delivery attempts
List every delivery attempt for the subscription, newest first. Each row holds the canonical outbound payload and the response excerpt. Requires scope audit:read.
Authorizations
API key sent as Authorization: Bearer <api-key>.
Path Parameters
Webhook subscription id.
Query Parameters
Filter by delivery status.
queued = persisted, first attempt pending; delivered = a 2xx was received; failed = last attempt failed, a retry is scheduled (exponential backoff with jitter — ~30s, 2m, 10m, 1h); dead_lettered = 5 attempts exhausted, automatic retries stopped — re-fire manually via the replay endpoint.
delivered, failed, queued, dead_lettered Zero-indexed pagination cursor (slice start). Echo nextCursor from the previous page.
x >= 0Max items per page. Default 50.
x >= 1