Claude Platform Docs

レート制限

組織のレート制限の一覧を取得
RateLimitListPage Beta.Organization.RateLimits.List(parameters, cancellationToken = default)
GET/v1/organizations/rate_limits

組織の Messages API のレート制限(rate limit)を一覧表示します。

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.