# Fetch a specific Bucket **GET /v2/Services/{ServiceSid}/RateLimits/{RateLimitSid}/Buckets/{Sid}** Fetch a specific Bucket. 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. - **RateLimitSid** (string) The Twilio-provided string that uniquely identifies the Rate Limit resource. - **Sid** (string) A 34 character string that uniquely identifies this Bucket. ## 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 - **interval** (integer | null) Number of seconds that the rate limit will be enforced over. - **max** (integer | null) Max number of requests. - **rate_limit_sid** (string | null) Rate Limit Sid. - **service_sid** (string | null) The SID of the Service that the resource is associated with - **sid** (string | null) A string that uniquely identifies this Bucket. - **url** (string(uri) | null) The URL of this resource. [Powered by Bump.sh](https://bump.sh)