List open items
Returns a cursor-paginated list of open-item residual ledger entries for a reconciliation context — the carried, partially-filled, and aged obligations the context carries forward across match runs. These are structurally distinct from never-matched (UNMATCHED) transactions. Optionally narrowed by lifecycle status. The listing is readable regardless of context status.
Authorizations
Bearer token authentication (format: "Bearer {token}")
Path Parameters
Reconciliation context ID
Query Parameters
Filter by open-item lifecycle status
OPEN, PARTIALLY_CLEARED, CLEARED, AGED Maximum number of records to return
1 <= x <= 200Opaque pagination cursor
Field to sort by. Defaults to id (stable insertion order). ageDays sorts by aging anchor (oldest residuals first when descending)
ageDays, runningBalance, obligationDate Sort order
asc, desc 
