Claude Platform Docs

Rate Limits

List Workspace Rate Limits
beta.organization.workspaces.rate_limits.list(workspace_id, **kwargs) -> PageCursor<BetaWorkspaceRateLimit>
GET/v1/organizations/workspaces/{workspace_id}/rate_limits
Models
class BetaWorkspaceRateLimit { group_type, limits, models, 3 more }
class BetaWorkspaceRateLimitValue { org_limit, type, value }
org_limit: Integer

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: Integer

The workspace-level override value for this limiter type.