Skip to main content
GET
List reconciliation cases

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Query Parameters

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>
default:50

Page size (1-100, default 50).

Required range: 1 <= x <= 100

Response

OK

correlationId
string
required

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

items
object[] | null
required

Reconciliation cases on this page, ordered by openedAt DESC.

limit
integer<int64>
required

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.