Listar casos de conciliación
Devuelve una página de casos de conciliación con filtros accionables por el operador. Los casos se ordenan por openedAt DESC. Paginación basada en cursor: pasa el nextCursor de una respuesta anterior para continuar.
Autorizaciones
JWT bearer token issued by the identity provider.
Parámetros de consulta
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 <= 100Respuesta
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.

