Skip to main content
GET
List OT settlement instructions (obligations)

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Query Parameters

cycleId
string<uuid>

Restrict to one cycle.

state
enum<string>

Filter by lifecycle state.

Available options:
RECEIVED,
FUNDING_REQUIRED,
CREDIT_EXPECTED,
SETTLED,
FAILED
cursor
string

Opaque pagination cursor.

limit
integer<int64>
default:50

Page size (default 50, max 200).

Required range: 1 <= x <= 200

Response

OK

hasMore
boolean
required

Whether more pages follow.

items
object[] | null
required

The page of instructions (never null).

nextCursor
string

Opaque cursor for the next page; empty when exhausted.