---
title: "Get Org Billing"
method: GET
path: "/api/v1/orgs/{org_id}/billing"
tags: ["billing"]
---

# Get Org Billing

`GET /api/v1/orgs/{org_id}/billing`

Return the billing summary for an organization.

Combines local plan metadata with live Metronome data (credits, invoices).
When Metronome is not configured the credits and invoices are null/empty.
Admin-only.

## Path parameters

- `org_id` string, required

## Headers

- `Authorization` string, nullable

## Response `200`

Successful Response

- BillingSummaryRead
  - `plan_type` string, required
  - `plan_status` string, required
  - `renewal_date` string, nullable
  - `credits` CreditBalance, required
    - `remaining` number, nullable
    - `consumed` number, nullable
    - `included_monthly` number, nullable
    - `exhausted` boolean
    - `low_credit` boolean
  - `invoices` InvoiceRead[]
    - `id` string, required
    - `status` string, required
    - `total` number, required
    - `credit_type_name` string
    - `period_start` string, required
    - `period_end` string, required
  - `tokens_used` integer
  - `passthrough_spend_cents` integer, nullable
  - `checkout_url` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/xenovia/apis/controlplane.md) · [All operations](https://skmtc.dev/xenovia/apis/controlplane/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xenovia/controlplane/revisions/18ce94490752/schema)
