---
title: "Get billing overview"
method: GET
path: "/billing/overview"
tags: ["billing"]
---

# Get billing overview

`GET /billing/overview`

## Response `200`

Successful response.

- BillingOverview
  - `billing` object — The selected workspace's credit wallet. The wallet is workspace-owned (shared by every member); this field is kept on User for frontend compatibility and resolves via the viewer's active workspace by default. An explicit workspaceId (API-key / MCP callers) selects a different wallet after the same per-request membership verification. Null when no workspace selection can be resolved.
    - `balance` number, required — Dollar balance computed from credits (creditsLeft / 1,000,000)
    - `creditsLeft` integer, required
    - `eligibleForFreeCredits` boolean, required — Whether this user can still claim the one-time $5 signup credits.
    - `goodStanding` boolean, required
    - `id` string, required
  - `id` string, required

## Other responses

- `401` — Missing or invalid access token.
- `403` — The token lacks the required scope or access to the resource.
- `404` — The resource does not exist or is not visible to the caller.
- `422` — The request body or parameters are invalid.
- `429` — Rate limit exceeded. Retry after the indicated delay.
- `502` — The upstream data service returned an error.

---

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