Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

List Workspace Rate Limits changed

api/beta/organization/workspaces/rate_limits/list

Nearest release: v2.1.268, published under an hour after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+15added
Lines−10removed
From line 1 where the diff opens
First seen 26 Aug 2026 this site's first read of the page
Recorded edits4to this page, all time

The whole hunk

from line 1, old and new numbered
/
lines
from line 1
1---
2title: List Workspace Rate Limits
3url: https://platform.claude.com/docs/en/api/beta/organization/workspaces/rate_limits/list
4---
5 
16# List Workspace Rate Limits
27 
38**GET** `/v1/organizations/workspaces/{workspace_id}/rate_limits`
from line 59
5459 
5560 Rate-limit entries for the workspace, one per group that has at least one override.
5661 
62 - `type: "workspace_rate_limit"`
63 
64 Object type. Always `workspace_rate_limit` for workspace rate-limit entries.
65 
66 default: workspace_rate_limit
67 
5768 - `group_type: "batch" or "files" or "model_group" or 3 more`
5869 
5970 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 85
7485 
7586 The limiter values overridden for this group in this workspace. Limiter types without a workspace override are omitted and inherit the organization value.
7687 
77 - `org_limit: number or null`
78 
79 The organization-level value for the same limiter type, for reference. `null` when the organization has no limit configured for this limiter type.
80 
8188 - `type: string`
8289 
8390 The limiter type (for example, `requests_per_minute` or `input_tokens_per_minute`).
8491 
92 - `org_limit: number or null`
93 
94 The organization-level value for the same limiter type, for reference. `null` when the organization has no limit configured for this limiter type.
95 
8596 - `value: number`
8697 
8798 The workspace-level override value for this limiter type.
from line 104
93104 - `rate_limit_id: string`
94105 
95106 The `id` of the RateLimit group this override applies to.
96 
97 - `type: "workspace_rate_limit"`
98 
99 Object type. Always `workspace_rate_limit` for workspace rate-limit entries.
100 
101 default: workspace_rate_limit
102107 
103108 - `workspace_id: string`
104109