---
title: "Get Studio usage details"
method: GET
path: "/public/v1/billing/usage"
tags: ["Billing"]
---

# Get Studio usage details

`GET /public/v1/billing/usage`

Returns Studio (account-level) usage: credits used vs limit, counts of agents, workflows, flows, users and knowledge bases, current plan, subscription details, and upcoming plan changes. Requires a USER API key.

## Response `200`

Studio usage details

- PublicStudioUsage
  - `usage` object, nullable
  - `plan` object, nullable
  - `subscription` object, nullable
  - `limits` object, nullable
  - `next` object, nullable

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/getfrontline/apis/public-api.md) · [All operations](https://skmtc.net/getfrontline/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getfrontline/public-api/revisions/9d33b6aad674/schema)
