Claude Platform Docs

Rate Limits

List Workspace Rate Limits
$ ant beta:organization:workspaces:rate-limits list
GET/v1/organizations/workspaces/{workspace_id}/rate_limits
Models
beta_workspace_rate_limit: object{ group_type, limits, models, 3 more }
beta_workspace_rate_limit_value: object{ org_limit, type, value }
org_limit: number

The organization-level value for the same limiter type, for reference. null when the organization has no limit configured for this limiter type.

type: string

The limiter type (for example, requests_per_minute or input_tokens_per_minute).

value: number

The workspace-level override value for this limiter type.