List accrual runs
Returns a page of the accrual runs executed for this tenant, newest first. Filtering by correlationId returns EVERY run sharing that identifier, which is how the full lineage behind one correlation is read.
Autorizações
JWT bearer token issued by the identity provider.
Parâmetros de consulta
Narrow to the runs executed on one business date.
"2026-06-14"
Narrow to one run lifecycle status.
32"queued"
Narrow by the state of the downstream ledger posting. pending: the ledger has not confirmed it. posted: the ledger accepted it. no_items: the run recognized nothing, so nothing was sent.
pending, posted, no_items Narrow to every run sharing one correlation identifier. Several runs can share one, so this returns a page, not a single row.
256Page size.
1 <= x <= 100Page offset.
0 <= x <= 10000Resposta
OK
Page of accrual runs, newest first; always present, empty slice when none match.

