Skip to main content
GET
List accrual runs

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Query Parameters

businessDate
string<date>

Narrow to the runs executed on one business date.

Example:

"2026-06-14"

status
string

Narrow to one run lifecycle status.

Maximum string length: 32
Example:

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

Available options:
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>
default:25

Page size.

Required range: 1 <= x <= 100
offset
integer<int64>
default:0

Page offset.

Required range: 0 <= x <= 10000

Response

OK

data
object[] | null
required

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