---
title: "Find Rate Limit"
method: GET
path: "/rate-limits"
tags: ["rateLimits"]
---

# Find Rate Limit

`GET /rate-limits`

Retrieves rate limit information for a given scope. Useful for monitoring usage limits and avoiding throttling.

## Query parameters

- `scope` string — The context or namespace to check rate limits for (e.g., a project slug or feature area).

## Response `200`

Success

- object
  - `remaining` number
  - `reset` number
  - `limit` number, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `413` — Payload Too Large
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `500` — Internal Server Error

## Changes

- **2025-08-24** `3521652a43a7` — 1 warning
  - removed the optional property `dailyLimit` from the response with the `200` status

[Change history](https://skmtc.dev/vercel/apis/v0-platform-api-beta/changes/rate-limits/get.md)

---

[API](https://skmtc.dev/vercel/apis/v0-platform-api-beta.md) · [All operations](https://skmtc.dev/vercel/apis/v0-platform-api-beta/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vercel/v0-platform-api-beta/revisions/90f1f1e3f7eb/schema)
