Rate Limits
List Organization Rate Limits
List Messages API rate limits for your organization.
Models
BetaOrganizationRateLimit object{ type: "rate_limit", id, group, 3 more }
BetaOrganizationRateLimitBatchGroup object{ type: "batch", id }
type: "batch"Always batch: the Message Batches API.
Always batch: the Message Batches API.
Opaque identifier of the rate-limit group (for example, rlg_01VPTCmyiu5ZLsWkcxYG2pY8). It is the same in every organization and never changes, unlike the entry's own identifier, which differs per organization.
BetaOrganizationRateLimitFilesGroup object{ type: "files", id }
type: "files"Always files: the Files API.
Always files: the Files API.
Opaque identifier of the rate-limit group (for example, rlg_01VPTCmyiu5ZLsWkcxYG2pY8). It is the same in every organization and never changes, unlike the entry's own identifier, which differs per organization.
BetaOrganizationRateLimitModelGroup object{ type: "model_group", id, display_name }
type: "model_group"Always model_group: a family of models.
Always model_group: a family of models.
Opaque identifier of the rate-limit group (for example, rlg_01VPTCmyiu5ZLsWkcxYG2pY8). It is the same in every organization and never changes, unlike the entry's own identifier, which differs per organization.
Human-readable name of the model group (for example, Claude Sonnet 4.x). For display only; it may change.
BetaOrganizationRateLimitSkillsGroup object{ type: "skills", id }
type: "skills"Always skills: the Skills API.
Always skills: the Skills API.
Opaque identifier of the rate-limit group (for example, rlg_01VPTCmyiu5ZLsWkcxYG2pY8). It is the same in every organization and never changes, unlike the entry's own identifier, which differs per organization.
BetaOrganizationRateLimitTokenCountGroup object{ type: "token_count", id }
type: "token_count"Always token_count: the Token Count API.
Always token_count: the Token Count API.
Opaque identifier of the rate-limit group (for example, rlg_01VPTCmyiu5ZLsWkcxYG2pY8). It is the same in every organization and never changes, unlike the entry's own identifier, which differs per organization.
BetaOrganizationRateLimitValue object{ type, value }
The limiter type (for example, requests_per_minute or input_tokens_per_minute).
The configured limit value for this limiter type.
BetaOrganizationRateLimitWebSearchGroup object{ type: "web_search", id }
type: "web_search"Always web_search: the Messages API web search tool.
Always web_search: the Messages API web search tool.
Opaque identifier of the rate-limit group (for example, rlg_01VPTCmyiu5ZLsWkcxYG2pY8). It is the same in every organization and never changes, unlike the entry's own identifier, which differs per organization.