Admin
Create a new service route.
500requests/mintrueSuccessful Response
Validation Error
No content
Update a route.
Successful Response
Validation Error
No content
Get rate limiting status and metrics.
Returns: - enabled: Whether rate limiting is enabled - mode: Current mode (enforce/shadow/disabled) - metrics: Rate limiter metrics - backend: Which backend is active (redis/memory/noop)
Successful Response
Successful Response
No content
Get current rate limit usage for an entity.
Args: entity_type: Type of entity (team, user, apikey) entity_id: Entity identifier service_name: Service to check (default: all) window_seconds: Window size in seconds
Returns: Current usage count
all60Successful Response
Validation Error
No content
Reset rate limit counter for an entity.
Use with caution - this allows the entity to immediately make more requests.
Args: entity_type: Type of entity (team, user, apikey) entity_id: Entity identifier service_name: Service to reset (default: all)
Returns: Success status
allSuccessful Response
Validation Error
No content
Check health of rate limiting backend.
Returns: - healthy: Whether the backend is available - backend: Which backend is active - redis_available: Redis connectivity status
Successful Response
Successful Response
No content
Last updated