---
title: "Monitor API quota and rate limits"
method: GET
path: "/api/v2/team/usage"
tags: ["Usage & quotas"]
---

# Monitor API quota and rate limits

`GET /api/v2/team/usage`

## Response `200`

A usage response

- UsageResponse
  - `type` string
  - `object` Usage
    - `quota` Quota
      - `limit` integer
      - `used` integer
      - `remaining` integer
      - `period` string
      - `endPeriodDate` string, date-time
    - `rateLimit` RateLimit
      - `limitPerMinute` integer
      - `used` integer
      - `remaining` integer
      - `resetInSeconds` integer
  - `errors` Error[]
    - `key` string — Error key
    - `code` integer — Error code
    - `message` string — Error message

## Other responses

- `401` — You are not logged in
- `403` — This endpoint is not included in your current plan, reach out to help@soundcharts.com if you want access.
- `409` — This favorite already exist
- `429` — Maximum quota reached

---

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