List deliveries for an endpoint
Webhooks
List deliveries for an endpoint
Cursor-paginated delivery log for this endpoint, newest first. Filter by status to inspect only failed / pending / delivered / abandoned attempts. Defaults to 25 rows per page; limit caps at 100.
GET
List deliveries for an endpoint
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Date-pinned API version (e.g. 2026-05-04). Omit to receive the latest stable version. Behaves like Stripe's Stripe-Version — pinning a version freezes payload shapes against breaking changes during the 12-month sunset window.
Path Parameters
cuid of the resource
Query Parameters
Required range:
1 <= x <= 100Cursor — return rows after this delivery id
Available options:
pending, delivered, failed, abandoned