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

Rate Limits changed

api/beta/organization/rate_limits

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+17added
Lines−12removed
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: 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