Skip to main content
Monitoring & Collection/Profiling

GetRateLimitStats

Get current rate limit usage statistics across all profiling buckets.

GET/api/v1/profiling/rate-limit-stats

Operation ID

GetRateLimitStats

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

This API requires no request parameters.

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • items
    List

    List of rate limit buckets with current usage statistics.

    Example: (nested array)

    • bucketName
      String

      Name identifying this rate limit bucket.

      Example: cpu-session-global

    • limit
      Integer

      Maximum allowed requests per window for this bucket.

      Example: 60

    • windowSeconds
      Integer

      Duration in seconds of the rate limit window.

      Example: 60

    • currentUsage
      Integer

      Number of requests consumed in the current window.

      Example: 12

    • throttledCount1h
      String

      Number of requests throttled in the last hour.

      Example: 3

    • lastThrottledAt
      String

      Timestamp of the most recent throttle event, if any.

      Example: 2026-01-15T08:00:00Z