Get Effective Rate Limit
Rate Limits
Get Effective Rate Limit
Get the effective rate limit for a client
GET
Get Effective Rate Limit
Authentication
Supports both Firebase and API Key authentication.Path Parameters
string
required
The client identifier (e.g.,
client_abc123)Example Request
Response
string
Where the limit comes from:
override, tier, or nonestring
Client identifier
integer
Maximum requests per window
integer
Time window in seconds
integer
Override ID (if source is override)
Example Response (Override)
Example Response (Tier)
Example Response (No Config)
Resolution Order
- Override - Client-specific override (if active)
- Tier - Default tier configuration (if active)
- None - No rate limit configured

