---
title: "List Rate Limits"
method: GET
path: "/rate-limits"
tags: ["Rate Limits"]
---

# List Rate Limits

`GET /rate-limits`

Retrieves a list of all rate limits applicable for an account.

## Query parameters

- `top` integer
- `skip` integer

## Headers

- `Authorization` string, required
- `X-LC-Tenant` string, required

## Response `200`

- ListRateLimitsResponse — A response for the List Rate Limits endpoint.
  - `itemCount` integer, required
  - `items` RateLimit[], required
    - `policyName` string, required — Name of the rate limit policy.
    - `description` string, required — Describes which endpoints are affected by this limit, and for which time frame.
    - `limit` integer, required — The limit in effect for the endpoint and time frame.
    - `remainingQuota` integer, required — The remaining quota in effect for the endpoint and time frame.

## Other responses

- `400` — Error codes: * “invalid”: Invalid input in the query parameter mentioned in the “name” field on the error response.
- `401` — The user could not be identified.

---

[API](https://skmtc.net/rws/apis/trados-cloud-platform-api.md) · [All operations](https://skmtc.net/rws/apis/trados-cloud-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rws/trados-cloud-platform-api/revisions/d42dac7c28a3/schema)
