Claude Platform Docs

Rate Limits

List Organization Rate Limits
$ ant beta:organization:rate-limits list
GET/v1/organizations/rate_limits

List Messages API rate limits for your organization.

Models
beta_organization_rate_limit: object{ type: "rate_limit", id, group_type, 2 more }
beta_organization_rate_limit_value: 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.