Skip to main content
GET
List open items

Authorizations

Authorization
string
header
required

Bearer token authentication (format: "Bearer {token}")

Path Parameters

contextId
string<uuid>
required

Reconciliation context ID

Query Parameters

status
enum<string>

Filter by open-item lifecycle status

Available options:
OPEN,
PARTIALLY_CLEARED,
CLEARED,
AGED
limit
integer<int64>
default:20

Maximum number of records to return

Required range: 1 <= x <= 200
cursor
string

Opaque pagination cursor

sort_by
enum<string>

Field to sort by. Defaults to id (stable insertion order). ageDays sorts by aging anchor (oldest residuals first when descending)

Available options:
ageDays,
runningBalance,
obligationDate
sort_order
enum<string>

Sort order

Available options:
asc,
desc

Response

OK

hasMore
boolean
required
Example:

true

items
object[] | null
required

Page of open items

Maximum array length: 200
limit
integer<int64>
required
Required range: 1 <= x <= 200
Example:

20

nextCursor
string
Example:

"eyJpZCI6IjEyMyJ9"

prevCursor
string
Example:

"eyJpZCI6IjEyMiJ9"