List reconciliation cases
Returns a page of reconciliation cases with operator-actionable filters. Cases are ordered by openedAt DESC. Cursor-based pagination — pass the nextCursor from a previous response to continue.
Authorizations
JWT bearer token issued by the identity provider.
Query Parameters
Case status filter (OPEN, IN_PROGRESS, RESOLVED, DISMISSED).
Operation family filter.
Operation aggregate UUID filter.
Candidate reason code filter.
Inclusive start date (RFC3339 timestamp or YYYY-MM-DD).
Inclusive end date (RFC3339 timestamp or YYYY-MM-DD).
Opaque pagination cursor from a previous response.
Page size (1-100, default 50).
1 <= x <= 100Response
OK
Request-scoped correlation identifier echoing X-Request-ID, for pivoting from response to trace.
Reconciliation cases on this page, ordered by openedAt DESC.
Page size applied to this response (max items returned).
Opaque cursor for the next page; absent when there are no further pages.
Opaque cursor for the previous page; reserved for future bidirectional cursoring, absent today.

