---
title: "Get credits usage"
method: GET
path: "/credits/usage"
tags: ["credits"]
---

# Get credits usage

`GET /credits/usage`

Retrieve your team's current billing period credit usage. The API identifies your team from the API key, fetches the meter usage for the active billing period, and returns the number of credits already consumed.

## Response `200`

Current credit usage for the billing period

- object
  - `usage` integer, required — Number of credits already consumed in the current billing period

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `5XX` — Unexpected error

---

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