Skip to main content
GET
List accrual runs

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de consulta

businessDate
string<date>

Narrow to the runs executed on one business date.

Ejemplo:

"2026-06-14"

status
string

Narrow to one run lifecycle status.

Maximum string length: 32
Ejemplo:

"queued"

postingStatus
enum<string>

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.

Opciones disponibles:
pending,
posted,
no_items
correlationId
string

Narrow to every run sharing one correlation identifier. Several runs can share one, so this returns a page, not a single row.

Maximum string length: 256
limit
integer<int64>
predeterminado:25

Page size.

Rango requerido: 1 <= x <= 100
offset
integer<int64>
predeterminado:0

Page offset.

Rango requerido: 0 <= x <= 10000

Respuesta

OK

data
object[] | null
requerido

Page of accrual runs, newest first; always present, empty slice when none match.