---
title: "Get rate limit status"
method: GET
path: "/rate_limit"
tags: ["Service"]
---

# Get rate limit status

`GET /rate_limit`

Retrieve the rate limit status for the authenticated token. Rate limits use a one-hour window; the current limit and usage are also reported on every response via the `x-ratelimit-*` headers.

## Response `200`

Rate limit status for the authenticated user

- RateLimitResponse
  - `resources` object, required — Rate limit information by resource type
    - `core` RateLimitResource, required
      - `limit` integer, required — Maximum number of requests allowed in the current window
      - `used` integer, required — Number of requests used in the current window
      - `remaining` integer, required — Number of requests remaining in the current window
      - `reset` integer, required — Unix timestamp when the rate limit window resets

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Rate Limit Exceeded
- `500` — Internal Server Error

---

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