---
title: "Get credit usage history"
method: GET
path: "/v3/billing/usage-history/"
tags: ["Billing"]
---

# Get credit usage history

`GET /v3/billing/usage-history/`

Returns credit-consuming activity for the team's organization, newest first - what each charge was for, when, which brand, and how many credits. Filter with q, teams, categories (snowy | ai-visibility | content) and creditMin/creditMax. Returns one page plus a nextCursor; pass it back as `cursor` to keep reading, and keep going before concluding a total. Use for questions like 'what did I spend credits on' or 'why did my balance drop'.

## Query parameters

- `teamId` string
- `limit` string
- `cursor` string
- `q` string
- `teams` string
- `categories` string
- `creditMin` number
- `creditMax` number

## Other responses

- `400` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.net/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snowseo/snowseo-api/versions/aa8eaa9e34a0/schema)
