---
title: "Get user's agents, words and queries limit."
method: GET
path: "/api/v1/limits/usage"
tags: ["Limits"]
---

# Get user's agents, words and queries limit.

`GET /api/v1/limits/usage`

## Response `200`

Retrieve user usage limits

- object
  - `status` 'error' | 'success' — The status of the response
  - `data` Limits
    - `max_projects_num` integer — The maximum number of agents allowed for this team.
    - `current_projects_num` integer — The total number of agents currently belonging to this team.
    - `max_total_storage_credits` integer — The maximum number of storage credits allowed for this team.
    - `current_total_storage_credits` integer — The amount of storage credits currently in use.
    - `max_queries` integer — The maximum number of queries allowed per billing cycle for this team.
    - `current_queries` integer — The number of queries used in the current billing cycle.

## Other responses

- `401` — API Token is either missing or invalid
- `500` — Internal Server Error

---

[API](https://skmtc.net/poll-the-people/apis/customgpt-ai.md) · [All operations](https://skmtc.net/poll-the-people/apis/customgpt-ai/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/poll-the-people/customgpt-ai/revisions/b80e6dfcf78d/schema)
