Skip to main content
GET
Listar entregas de eventos

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de consulta

status
string

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

Ejemplo:

"DELIVERED"

eventType
string

Canonical event type filter.

Ejemplo:

"str.operation.accepted"

webhookId
string

Webhook endpoint UUID filter.

Ejemplo:

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

operationId
string

Operation aggregate UUID filter.

Ejemplo:

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

startDate
string

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

Ejemplo:

"2026-06-14"

endDate
string

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

Ejemplo:

"2026-06-14"

cursor
string

Opaque pagination cursor from a previous response.

limit
integer<int64>
predeterminado:50

Page size (1-100, default 50).

Rango requerido: 1 <= x <= 100
Ejemplo:

24

Respuesta

OK

correlationId
string
requerido

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

Ejemplo:

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

items
object[] | null
requerido

Event delivery records for the current page.

limit
integer<int64>
requerido

Effective page size applied to this response.

Ejemplo:

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.