List webhook deliveries
List one endpoint's delivery attempts, newest first, with keyset pagination (default limit 50). Ownership is checked first, so a cross-org or missing webhook returns 404. Requires the manage:webhooks scope, which is a dashboard-session scope and cannot be granted to API keys today: every mf_ API key receives 403. Call this endpoint with a dashboard session token (owner, admin, or member).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The webhook endpoint id (whk_…).
Query Parameters
Maximum rows to return. Default 50, clamped to [1, 100].
x >= 1, x <= 10050Opaque pagination cursor from a previous response's next_cursor.
Response
A page of delivery attempts.
dataarray<object>requireddata.idstringrequiredDelivery attempt id (a bare ULID, no prefix).
data.event_idstringrequiredThe delivered event id (also the webhook-id header value).
data.attemptintegerrequired1-based attempt number (1–7).
data.status_codeintegerrequiredHTTP status the endpoint returned; null on transport error/timeout or breaker skip.
data.next_retry_atstring<date-time>requiredDue time of the next attempt; null when delivered or after the schedule is exhausted.
data.created_atstring<date-time>requiredhas_morebooleanrequirednext_cursorstringrequired