---
title: "Get current billing balance"
method: GET
path: "/v1/billing/balance"
tags: ["v1 billing"]
---

# Get current billing balance

`GET /v1/billing/balance`

## Response `200`

Successful Response

- BalanceResponse
  - `balance_cents` integer, required — Current balance in cents
  - `balance_usd` number, required — Current balance in USD
  - `auto_billing_enabled` boolean
  - `auto_billing_threshold_cents` integer
  - `auto_billing_amount_cents` integer
  - `has_payment_method` boolean

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/elicitlabs/apis/elicit-labs-api.md) · [All operations](https://skmtc.net/elicitlabs/apis/elicit-labs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elicitlabs/elicit-labs-api/revisions/27701839a070/schema)
