---
title: "Get Billing Info"
method: GET
path: "/v1/account/billing"
tags: ["account"]
---

# Get Billing Info

`GET /v1/account/billing`

Get billing period details and per-meter usage breakdown.

## Response `200`

Successful Response

- AccountBillingResponse — Current billing period details including usage breakdown and balance.
  - `billing_period_start` integer, nullable — Billing period start (Unix timestamp)
  - `billing_period_end` integer, nullable — Billing period end (Unix timestamp)
  - `prepaid_balance` number, nullable — Prepaid balance in dollars
  - `current_period_usage` number, nullable — Total usage cost in current period in dollars
  - `meters` ModelsAccountMeterUsage[] — Per-meter usage breakdown
    - `id` string, required — Meter identifier (e.g. 'api_video_1080p')
    - `label` string, required — Human-readable label
    - `unit` string, required — Unit type ('steps' or 'images')
    - `total_usage` integer, required — Total usage in current billing period

---

[API](https://skmtc.dev/beeble/apis/beeble-developer-api.md) · [All operations](https://skmtc.dev/beeble/apis/beeble-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/beeble/beeble-developer-api/revisions/f35ce0de5d00/schema)
