---
title: "Get usage breakdown"
method: GET
path: "/payment/v1/credits/usage/breakdown"
tags: ["Billing"]
---

# Get usage breakdown

`GET /payment/v1/credits/usage/breakdown`

Total credits spent so far, split across the three product scopes.
The window is a cumulative snapshot from **2026-03-02T00:00:00Z**
(the platform's usage-tracking start date) up to the current
instant. Served from ClickHouse. No query parameters.

## Response `200`

Spend split by scope.

- BillingUsageBreakdownResponse
  - `success` boolean, required
  - `data` object, required
    - `platform` number, required — Credits spent on Atoms platform features (phone rental, telephony minutes, etc.).
    - `voiceAi` number, required — Credits spent on voice-agent runtime (LLM + TTS combined during voice calls).
    - `voiceModels` number, required — Credits spent on standalone Waves model calls (Lightning TTS, Pulse STT, Electron LLM used outside the voice-agent pipeline).

## Other responses

- `401` — Unauthorized access

---

[API](https://skmtc.net/smallest-inc/apis/agent-management-api.md) · [All operations](https://skmtc.net/smallest-inc/apis/agent-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smallest-inc/agent-management-api/revisions/c2d0eb64b01a/schema)
