v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Rum Rate Limit

Get a RUM rate limit configuration

Get the RUM rate limit configuration for a given scope.

get/api/v2/rum/config/rate-limit/{scope_type}/{scope_id}

Path parameters

scope_type'application' required

The type of scope the rate limit configuration applies to.

Example:application

The type of scope the rate limit configuration applies to.

scope_idstring required
Example:cd73a516-a481-4af5-8352-9b577465c77b

The identifier of the scope the rate limit configuration applies to. For the application scope, this is the RUM application ID.

Response

OK

Example response

{
  "data": {
    "attributes": {
      "adaptive": {
        "max_retention_rate": 0.5
      },
      "custom": {
        "daily_reset_time": "08:00",
        "daily_reset_timezone": "+09:00",
        "quota_reached_action": "stop",
        "session_limit": 1000000,
        "window_type": "daily"
      },
      "mode": "custom",
      "org_id": 2,
      "updated_at": "2026-03-04T15:37:54.951447Z",
      "updated_by": "test@example.com"
    },
    "id": "cd73a516-a481-4af5-8352-9b577465c77b",
    "type": "rum_rate_limit_config"
  }
}