List a subscription's delivery attempts
Return the delivery log for one destination subscription, newest first — every dispatch attempt with its status (success / failed / pending), HTTP status code, response time, attempt count and truncated request/response previews. Use it to debug why a destination is rejecting events or to inspect the payloads behind a tripped circuit breaker. Filter with status and page with the opaque cursor. Owner / admin / developer only.
Authorizations
Dashboard JWT token from Clerk
Path Parameters
Query Parameters
Restrict to deliveries in one terminal/pending state.
success, failed, pending Opaque pagination cursor returned as pagination.cursor on the previous page.
Maximum number of deliveries to return (1–100).
1 <= x <= 100