Ratelimits
List Overrides
Retrieve a list of configured overrides by namespaceId
or namespaceName
.
GET
/
v1
/
ratelimits.listOverrides
Changelog
Date | Changes |
---|---|
Nov 25 2024 | Introduced endpoint |
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
namespaceId
string
The id of the namespace. Either namespaceId or namespaceName must be provided
namespaceName
string
The name of the namespace. Namespaces group different limits together for better analytics. You might have a namespace for your public API and one for internal tRPC routes.
limit
integer
default: 100The maximum number of keys to return
Required range:
1 < x < 100
cursor
string
Use this to fetch the next page of results. A new cursor will be returned in the response if there are more results.
Response
200 - application/json
overrides
object[]
requiredtotal
integer
requiredThe total number of overrides for the namespace
cursor
string
The cursor to use for the next page of results, if no cursor is returned, there are no more results
Was this page helpful?