The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: Rate Limits
3url: https://platform.claude.com/docs/en/api/beta/organization/rate_limits
4---
5
16# Rate Limits
27
38## List Organization Rate Limits
from line 59
5459
5560 Rate-limit entries for the organization, one per group.
5661
62 - `type: "rate_limit"`
63
64 Object type. Always `rate_limit` for organization rate-limit entries.
65
66 default: rate_limit
67
5768 - `id: string`
5869
5970 Stable identifier for this rate-limit group within the organization.
from line 101
90101
91102 Model names this entry's limits apply to, including aliases. `null` when `group_type` is not `"model_group"`.
92103
93 - `type: "rate_limit"`
94
95 Object type. Always `rate_limit` for organization rate-limit entries.
96
97 default: rate_limit
98
99104- `next_page: string or null`
100105
101106 Opaque cursor for the next page of results, or `null` when no entries remain beyond this response.
from line 143
138143
139144- `BetaOrganizationRateLimit object`
140145
146 - `type: "rate_limit"`
147
148 Object type. Always `rate_limit` for organization rate-limit entries.
149
150 default: rate_limit
151
141152 - `id: string`
142153
143154 Stable identifier for this rate-limit group within the organization.
from line 184
173184 - `models: array of string or null`
174185
175186 Model names this entry's limits apply to, including aliases. `null` when `group_type` is not `"model_group"`.
176
177 - `type: "rate_limit"`
178
179 Object type. Always `rate_limit` for organization rate-limit entries.
180
181 default: rate_limit
182187
183188### Beta Organization Rate Limit Value
184189