---
title: "GET /v2/Services/{ServiceSid}/RateLimits"
method: GET
path: "/v2/Services/{ServiceSid}/RateLimits"
---

# GET /v2/Services/{ServiceSid}/RateLimits

`GET /v2/Services/{ServiceSid}/RateLimits`

Retrieve a list of all Rate Limits for a service.

## Path parameters

- `ServiceSid` string, required

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri
  - `rate_limits` VerifyV2ServiceRateLimit[]
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Rate Limit resource.
    - `date_created` string, date-time, nullable — The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
    - `date_updated` string, date-time, nullable — The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
    - `description` string, nullable — Description of this Rate Limit
    - `links` object, nullable — The URLs of related resources.
    - `service_sid` string, nullable — The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with.
    - `sid` string, nullable — A 34 character string that uniquely identifies this Rate Limit.
    - `unique_name` string, nullable — Provides a unique and addressable name to be assigned to this Rate Limit, assigned by the developer, to be optionally used in addition to SID. **This value should not contain PII.**
    - `url` string, uri, nullable — The URL of this resource.

---

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