---
title: "Get quota"
method: GET
path: "/quota"
tags: ["api-tokens"]
---

# Get quota

`GET /quota`

Get your current API quota. You can use this endpoint to prevent doing requests that might spend all your quota.

This endpoint consumes 0 units of your quota.

This endpoint requires the following org token scopes:
- No Scopes Required, but authentication is required

## Response `200`

Quota information

- object
  - `quota` integer, required
  - `maxQuota` integer, required
  - `nextWindowRefresh` string, nullable, required

## Other responses

- `401` — Unauthorized
- `404` — Resource not found
- `429` — Insufficient quota for API route

---

[API](https://skmtc.dev/socket-dev/apis/socket.md) · [All operations](https://skmtc.dev/socket-dev/apis/socket/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/socket-dev/socket/revisions/bf994b75d33f/schema)
