Skip to main content
GET
List tenant charges

Authorizations

Authorization
string
header
required

Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth

Query Parameters

cursor
string

Token from next_cursor in the previous response. Omit it for the first page.

limit
string

Number of records to return. The default is 50. Valid values are 1 through 200.

Response

OK

GET /v1/tenants/me/billing/charges — one page of the ledger.

items
object[]
required

The rows on this page, newest first.

next_cursor
string | null

Where the next page resumes, or null on the last page — emitted either way, for the module's null rule.