Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

organization_id
string
required

Organization ID (UUID)

ledger_id
string
required

Ledger ID (UUID)

Query Parameters

limit
string

Max items per page (default 10)

start_date
string

Filter created on/after this date (YYYY-MM-DD)

end_date
string

Filter created on/before this date (YYYY-MM-DD)

sort_order
string

Sort direction (asc, desc)

cursor
string

Opaque cursor token for pagination

Response

OK

items
any
required
limit
integer<int64>
required
Example:

10

next_cursor
string
Example:

"eyJpZCI6IjAxOTI..."

page
integer<int64>
Example:

1

prev_cursor
string
Example:

"eyJpZCI6IjAxOTE..."