Skip to main content
GET
List event deliveries

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Query Parameters

status
string

Delivery status filter (PENDING, DELIVERED, FAILED, RETRYING, EXHAUSTED).

Example:

"DELIVERED"

eventType
string

Canonical event type filter.

Example:

"str.operation.accepted"

webhookId
string

Webhook endpoint UUID filter.

Example:

"550e8400-e29b-41d4-a716-446655440012"

operationId
string

Operation aggregate UUID filter.

Example:

"550e8400-e29b-41d4-a716-446655440013"

startDate
string

Inclusive start date (RFC3339 timestamp or YYYY-MM-DD).

Example:

"2026-06-14"

endDate
string

Inclusive end date (RFC3339 timestamp or YYYY-MM-DD).

Example:

"2026-06-14"

cursor
string

Opaque pagination cursor from a previous response.

limit
integer<int64>
default:50

Page size (1-100, default 50).

Required range: 1 <= x <= 100
Example:

24

Response

OK

correlationId
string
required

Request-scoped correlation identifier echoing X-Request-ID, for pivoting from response to trace.

Example:

"550e8400-e29b-41d4-a716-446655440005"

items
object[] | null
required

Event delivery records for the current page.

limit
integer<int64>
required

Effective page size applied to this response.

Example:

24

nextCursor
string

Opaque cursor for the next page; absent when this is the last page. Do not parse.

prevCursor
string

Opaque cursor for the previous page; reserved for future bidirectional cursoring. Do not parse.