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

limit
integer<int32>
default:50

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

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

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

Response

Tenant charge records with the newest record first.

next_cursor
string | null
required

Token for the next page. Null when no records remain.

items
object[]
required