Claude Platform Docs

Rate Limits

List Organization Rate Limits
GET/v1/organizations/rate_limits

List Messages API rate limits for your organization.

Models
BetaOrganizationRateLimit object{ type: "rate_limit", id, group_type, 2 more }
BetaOrganizationRateLimitValue object{ type, value }
type: string

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

value: number

The configured limit value for this limiter type.