Claude Platform Docs

Rate Limits

List Workspace Rate Limits
beta.organization.workspaces.rate_limits.list(strworkspace_id, RateLimitListParams**kwargs) -> SyncPageCursor[BetaWorkspaceRateLimit]
GET/v1/organizations/workspaces/{workspace_id}/rate_limits
Models
class BetaWorkspaceRateLimit:
class BetaWorkspaceRateLimitValue:
org_limit: Optional[int]

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

type: str

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

value: int

The workspace-level override value for this limiter type.