---
title: "Get rate limits"
method: GET
path: "/rate_limits"
tags: ["product:chat"]
---

# Get rate limits

`GET /rate_limits`

Get rate limits usage and quotas

## Query parameters

- `server_side` boolean — Whether to include server-side platform limits or not
- `android` boolean — Whether to include Android platform limits or not
- `ios` boolean — Whether to include iOS platform limits or not
- `web` boolean — Whether to include web platform limits or not
- `unity` boolean — Whether to include Unity platform limits or not
- `endpoints` string — Specific endpoints to show limits for, as a comma-separated list of values

## Response `200`

Get Rate Limits Response

- GetRateLimitsResponse, nullable
  - `android` object — Map of endpoint rate limits for the Android platform
  - `duration` string, required
  - `ios` object — Map of endpoint rate limits for the iOS platform
  - `server_side` object — Map of endpoint rate limits for the server-side platform
  - `unity` object — Map of endpoint rate limits for the Unity platform
  - `web` object — Map of endpoint rate limits for the web platform

## Other responses

- `400` — Bad request
- `429` — Too many requests

---

[API](https://skmtc.net/getstream/apis/stream-api.md) · [All operations](https://skmtc.net/getstream/apis/stream-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getstream/stream-api/versions/3dba86aaa0d8/schema)
