# Fetch a specific Rate Limit **GET /v2/Services/{ServiceSid}/RateLimits/{Sid}** Fetch a specific Rate Limit. TODO: Resource-level docs ## Servers ## Parameters ### Path parameters - **ServiceSid** (string) The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. - **Sid** (string) The Twilio-provided string that uniquely identifies the Rate Limit resource to fetch. ## Responses ### 200 OK #### Body: (object) - **account_sid** (string | null) The SID of the Account that created the resource - **date_created** (string(date-time) | null) The RFC 2822 date and time in GMT when the resource was created - **date_updated** (string(date-time) | null) The RFC 2822 date and time in GMT when the resource was last updated - **description** (string | null) Description of this Rate Limit - **links** (object(uri-map) | null) The URLs of related resources - **service_sid** (string | null) The SID of the Service that the resource is associated with - **sid** (string | null) A string that uniquely identifies this Rate Limit. - **unique_name** (string | null) A unique, developer assigned name of this Rate Limit. - **url** (string(uri) | null) The URL of this resource. [Powered by Bump.sh](https://bump.sh)