Skip to main content
GET
List accrual runs

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de consulta

businessDate
string<date>

Narrow to the runs executed on one business date.

Exemplo:

"2026-06-14"

status
string

Narrow to one run lifecycle status.

Maximum string length: 32
Exemplo:

"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.

Opções disponíveis:
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>
padrão:25

Page size.

Intervalo obrigatório: 1 <= x <= 100
offset
integer<int64>
padrão:0

Page offset.

Intervalo obrigatório: 0 <= x <= 10000

Resposta

OK

data
object[] | null
obrigatório

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