---
title: "Get Project Balances"
method: GET
path: "/v1/projects/{project_id}/balances"
tags: ["balances"]
---

# Get Project Balances

`GET /v1/projects/{project_id}/balances`

Generates a list of outstanding balances for the specified project

## Path parameters

- `project_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

A list of outstanding balances

- ListProjectBalancesV1Response
  - `balances` ListProjectBalancesV1ResponseBalancesItems[]
    - `balance_id` string — The unique identifier of the balance
    - `amount` number, double — The amount of the balance
    - `units` string — The units of the balance, such as "USD"
    - `purchase_order_id` string — Description or reference of the purchase

## Other responses

- `400` — Invalid Request

## Changes

> 9 revisions in range; 5 could not be searched.

- **2026-08-06** `bd7ba5c18a6b` — 2 info
  - api tag `balances` added
  - api tag `manage > v1 > projects > billing > balances` removed

[Change history](https://skmtc.dev/deepgram/apis/rest-api/changes/v1/projects/:project_id/balances/get.md)

---

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