Skip to main content
GET
List ledger entries

Authorizations

Authorization
string
header
required

Pass your API key as Authorization: Bearer sk_…. Mint a key from your dashboard's API-keys page.

Query Parameters

limit
integer
default:50

Maximum number of ledger entries to return (1-200). Defaults to 50.

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

Opaque continuation token from the previous page's next_cursor. Omit for the first page.

Response

One page of ledger entries, newest first.

One ledger page, newest first (keyset cursor pagination).

items
LedgerEntryResponse · object[]
required

One page of items, ordered by this list's sort key descending. See the endpoint description for which key that is.

limit
integer
required

The page-size limit this response was computed with.

next_cursor
string | null

Opaque continuation token. Pass as cursor on the next request to fetch the following page; null means this is the last page.