List loan accounts
Returns one page of the loan book, newest first, for an operator holding no account identifier. Filters narrow the page; omitting one does not narrow. By default only live accounts are returned — set includeClosed to also see the ones a terminal lifecycle fact closed, each carrying the lifecycleStatus that says whether it was settled, ceded, ported, reversed or renegotiated. An operator restricted to their own book sees only the accounts they borrow or service; a request carrying no authenticated identity is refused rather than served the whole book.
Autorizações
JWT bearer token issued by the identity provider.
Parâmetros de consulta
Narrow to one originating application status. Only these two statuses ever carry a loan account.
disbursed, active "active"
Narrow to one borrower's book. The borrower identifier is a UUID — the same identity origination stored on the contract.
"550e8400-e29b-41d4-a716-446655440002"
Narrow to one loan officer's book. Free-form authenticated identity subject, not necessarily a UUID, at most 255 characters; a system-originated contract carries the empty officer.
255"officer-xyz"
Narrow to the contracts booked under one loan product version.
"550e8400-e29b-41d4-a716-446655440001"
Narrow to one ISO-4217 denomination.
^[A-Z]{3}$"BRL"
Include accounts a terminal lifecycle fact closed — settled, ceded, ported, reversed or renegotiated. Default false: the live book only. Included rows carry lifecycleStatus saying which of the five closed them.
Page size.
1 <= x <= 100Page offset.
0 <= x <= 10000Resposta
OK
Page of loan accounts, newest first; always present, empty slice when none match.

