Skip to main content
GET
Listar casos de conciliação

Autorizações

Authorization
string
header
obrigatório

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>
padrão:50

Page size (1-100, default 50).

Intervalo obrigatório: 1 <= x <= 100

Resposta

OK

correlationId
string
obrigatório

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

items
object[] | null
obrigatório

Reconciliation cases on this page, ordered by openedAt DESC.

limit
integer<int64>
obrigatório

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.