Claude Platform Docs

Rate Limits

List Workspace Rate Limits
GET/v1/organizations/workspaces/{workspace_id}/rate_limits
Models
BetaWorkspaceRateLimit object{ group_type, limits, models, 3 more }
BetaWorkspaceRateLimitValue object{ org_limit, type, value }
org_limit: number or null

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.