---
title: "List company credit balances"
method: GET
path: "/billing/credits/balance"
tags: ["credits"]
---

# List company credit balances

`GET /billing/credits/balance`

## Query parameters

- `company_id` string, required

## Response `200`

OK

- object
  - `data` CompanyCreditBalanceResponseData[], required
    - `credit_id` string, required
    - `remaining` number, double, required
    - `reserved` number, double, required
    - `settled` number, double, required
    - `source` 'metronome' | 'orb' | 'schematic' | 'stripe', required
    - `total` number, double, nullable
  - `params` object, required — Input parameters
    - `company_id` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Server error

## Changes

- **2026-06-05** `c0d7b479cd11` — 1 warning, 2 info
  - added the new `metronome` enum value to the `data/items/source` response property for the response status `200`
  - added the required property `data/items/reserved` to the response with the `200` status
  - added the required property `data/items/settled` to the response with the `200` status

[Change history](https://skmtc.dev/schematichq/apis/schematic-api/changes/billing/credits/balance/get.md)

---

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