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

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de consulta

cycleId
string<uuid>

Restrict to one cycle.

state
enum<string>

Filter by lifecycle state.

Opciones disponibles:
RECEIVED,
FUNDING_REQUIRED,
CREDIT_EXPECTED,
SETTLED,
FAILED
cursor
string

Opaque pagination cursor.

limit
integer<int64>
predeterminado:50

Page size (default 50, max 200).

Rango requerido: 1 <= x <= 200

Respuesta

OK

hasMore
boolean
requerido

Whether more pages follow.

items
object[] | null
requerido

The page of instructions (never null).

nextCursor
string

Opaque cursor for the next page; empty when exhausted.