---
title: "Get account rate limits"
method: GET
path: "/v2/RateLimits"
---

# Get account rate limits

`GET /v2/RateLimits`

Retrieve the list of rate limits for all fields (if any)
It returns also the twilio rate limits.

## Query parameters

- `Fields` string[]

## Response `200`

OK

- object
  - `rate_limits` RateLimitResponse[]
    - `field` string — Limit of requests for the bucket
    - `limit` integer — Limit of requests for the bucket
    - `bucket` string — Name of the bucket
    - `owner` string — Owner of the rule
    - `ttl` integer — Time to live of the rule

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/twilio/apis/lookups-v2.md) · [All operations](https://skmtc.net/twilio/apis/lookups-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/lookups-v2/versions/306ca9c16537/schema)
