Skip to main content
GET
Read the tenant balance

Authorizations

Authorization
string
header
required

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

Response

Current tenant balance

balance_nanos
integer<int64>
required

Remaining tenant balance in nanos.

updated_at
integer<int64>
required

Last update time in Unix milliseconds.

is_exhausted
boolean
required

True after a charge reduces the balance to zero.

exhausted_at
integer<int64> | null
required

Time of the first zero balance in Unix milliseconds. Null until then.

free_trial
object
required

Current free-trial state.