---
title: "Get rate limit information"
method: GET
path: "/api/rate-limits"
---

# Get rate limit information

`GET /api/rate-limits`

Get current rate limit status and usage statistics

## Response `200`

Successful response

- object
  - `limits` object[]
    - `key` string
    - `limit` integer
    - `remaining` integer
    - `resetTime` string, date-time

---

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