Claude Platform Docs

速率限制

列出组织速率限制
RateLimitListPage Beta.Organization.RateLimits.List(parameters, cancellationToken = default)
GET/v1/organizations/rate_limits

列出您组织的 Messages API 速率限制。

Models
class BetaOrganizationRateLimit { Type = "rate_limit"; ID; GroupType; /* 2 more */ }
class BetaOrganizationRateLimitValue { Type; Value; }
required string Type

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

required long Value

The configured limit value for this limiter type.