Claude Platform Docs

速率限制

列出工作區速率限制
RateLimitListPage Beta.Organization.Workspaces.RateLimits.List(parameters, cancellationToken = default)
GET/v1/organizations/workspaces/{workspace_id}/rate_limits

列出為工作區設定的速率限制覆寫。

Models
class BetaWorkspaceRateLimit { Type = "workspace_rate_limit"; GroupType; Limits; /* 3 more */ }
class BetaWorkspaceRateLimitValue { Type; OrgLimit; Value; }
required string Type

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

required long? OrgLimit

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

required long Value

The workspace-level override value for this limiter type.