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/workspaces/rate_limits
4---
5
16# Rate Limits
27
38## List Workspace Rate Limits
from line 61
5661
5762 Rate-limit entries for the workspace, one per group that has at least one override.
5863
64 - `type: "workspace_rate_limit"`
65
66 Object type. Always `workspace_rate_limit` for workspace rate-limit entries.
67
68 default: workspace_rate_limit
69
5970 - `group_type: "batch" or "files" or "model_group" or 3 more`
6071
6172 The kind of rate-limit group this entry represents. `model_group` entries apply to a family of models (listed in `models`); other values apply to an API-surface category and have `models` set to `null`.
from line 87
7687
7788 The limiter values overridden for this group in this workspace. Limiter types without a workspace override are omitted and inherit the organization value.
7889
79 - `org_limit: number or null`
80
81 The organization-level value for the same limiter type, for reference. `null` when the organization has no limit configured for this limiter type.
82
8390 - `type: string`
8491
8592 The limiter type (for example, `requests_per_minute` or `input_tokens_per_minute`).
8693
94 - `org_limit: number or null`
95
96 The organization-level value for the same limiter type, for reference. `null` when the organization has no limit configured for this limiter type.
97
8798 - `value: number`
8899
89100 The workspace-level override value for this limiter type.
from line 107
96107
97108 The `id` of the RateLimit group this override applies to.
98109
99 - `type: "workspace_rate_limit"`
100
101 Object type. Always `workspace_rate_limit` for workspace rate-limit entries.
102
103 default: workspace_rate_limit
104
105110 - `workspace_id: string`
106111
107112 ID of the Workspace this override applies to.
from line 155
150155
151156- `BetaWorkspaceRateLimit object`
152157
158 - `type: "workspace_rate_limit"`
159
160 Object type. Always `workspace_rate_limit` for workspace rate-limit entries.
161
162 default: workspace_rate_limit
163
153164 - `group_type: "batch" or "files" or "model_group" or 3 more`
154165
155166 The kind of rate-limit group this entry represents. `model_group` entries apply to a family of models (listed in `models`); other values apply to an API-surface category and have `models` set to `null`.
from line 181
170181
171182 The limiter values overridden for this group in this workspace. Limiter types without a workspace override are omitted and inherit the organization value.
172183
173 - `org_limit: number or null`
174
175 The organization-level value for the same limiter type, for reference. `null` when the organization has no limit configured for this limiter type.
176
177184 - `type: string`
178185
179186 The limiter type (for example, `requests_per_minute` or `input_tokens_per_minute`).
180187
188 - `org_limit: number or null`
189
190 The organization-level value for the same limiter type, for reference. `null` when the organization has no limit configured for this limiter type.
191
181192 - `value: number`
182193
183194 The workspace-level override value for this limiter type.
from line 201
190201
191202 The `id` of the RateLimit group this override applies to.
192203
193 - `type: "workspace_rate_limit"`
194
195 Object type. Always `workspace_rate_limit` for workspace rate-limit entries.
196
197 default: workspace_rate_limit
198
199204 - `workspace_id: string`
200205
201206 ID of the Workspace this override applies to.
from line 209
204209
205210- `BetaWorkspaceRateLimitValue object`
206211
207 - `org_limit: number or null`
208
209 The organization-level value for the same limiter type, for reference. `null` when the organization has no limit configured for this limiter type.
210
211212 - `type: string`
212213
213214 The limiter type (for example, `requests_per_minute` or `input_tokens_per_minute`).
215
216 - `org_limit: number or null`
217
218 The organization-level value for the same limiter type, for reference. `null` when the organization has no limit configured for this limiter type.
214219
215220 - `value: number`
216221