v66

OpenAPI 3.1.0raw.githubusercontent.com2026-08-0174265626.3 KB
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

namespacestring required

The id or name of the namespace containing the override.

identifierstring required

The exact identifier pattern for the override you want to retrieve. This must match exactly as it was specified when creating the override.

Important notes:

  • This is case-sensitive and must match exactly
  • Include any wildcards (*) that were part of the original pattern
  • For example, if the override was created for 'premium_', you must use 'premium_' here, not a specific ID like 'premium_user1'

This field is used to look up the specific override configuration for this pattern.

Response

Override found and returned successfully.

Example response

{
  "meta": {
    "requestId": "req_123"
  }
}