Claude Platform Docs

Rate Limits

List Workspace Rate Limits
GET/v1/organizations/workspaces/{workspace_id}/rate_limits

List rate-limit overrides configured for a workspace.

Models
BetaWorkspaceRateLimit object{ type: "workspace_rate_limit", group_type, limits, 3 more }
BetaWorkspaceRateLimitValue object{ type, org_limit, value }
type: string

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

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.

value: number

The workspace-level override value for this limiter type.