Skip to main content
GET
Listar casos de conciliación

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de consulta

status
string

Case status filter (OPEN, IN_PROGRESS, RESOLVED, DISMISSED).

operationFamily
string

Operation family filter.

operationId
string

Operation aggregate UUID filter.

reasonCode
string

Candidate reason code filter.

startDate
string

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

endDate
string

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

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

Respuesta

OK

correlationId
string
requerido

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

items
object[] | null
requerido

Reconciliation cases on this page, ordered by openedAt DESC.

limit
integer<int64>
requerido

Page size applied to this response (max items returned).

nextCursor
string

Opaque cursor for the next page; absent when there are no further pages.

prevCursor
string

Opaque cursor for the previous page; reserved for future bidirectional cursoring, absent today.