List event deliveries
Returns a page of event delivery records with attempt history. Filters by status, event type, webhook id, operation id, and date range. Cursor-based pagination — pass the nextCursor from a previous response to continue.
Authorizations
JWT bearer token issued by the identity provider.
Query Parameters
Delivery status filter (PENDING, DELIVERED, FAILED, RETRYING, EXHAUSTED).
"DELIVERED"
Canonical event type filter.
"str.operation.accepted"
Webhook endpoint UUID filter.
"550e8400-e29b-41d4-a716-446655440012"
Operation aggregate UUID filter.
"550e8400-e29b-41d4-a716-446655440013"
Inclusive start date (RFC3339 timestamp or YYYY-MM-DD).
"2026-06-14"
Inclusive end date (RFC3339 timestamp or YYYY-MM-DD).
"2026-06-14"
Opaque pagination cursor from a previous response.
Page size (1-100, default 50).
1 <= x <= 10024
Response
OK
Request-scoped correlation identifier echoing X-Request-ID, for pivoting from response to trace.
"550e8400-e29b-41d4-a716-446655440005"
Event delivery records for the current page.
Effective page size applied to this response.
24
Opaque cursor for the next page; absent when this is the last page. Do not parse.
Opaque cursor for the previous page; reserved for future bidirectional cursoring. Do not parse.

