ratelimit
Get ratelimit override
Retrieve the configuration of a specific rate limit override by its identifier.
Use this to inspect override configurations, audit rate limiting policies, or debug rate limiting behavior.
Important: The identifier must match exactly as specified when creating the override, including wildcard patterns.
Permissions: Requires ratelimit.*.read_override or ratelimit.<namespace_id>.read_override
post/v2/ratelimit.getOverride
Request body
Response
Override found and returned successfully.
Example response
{
"meta": {
"requestId": "req_123"
}
}