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 Organization Rate Limits changed

api/beta/organization/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+11added
Lines−6removed
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 Organization Rate Limits
3url: https://platform.claude.com/docs/en/api/beta/organization/rate_limits/list
4---
5 
16# List Organization Rate Limits
27 
38**GET** `/v1/organizations/rate_limits`
from line 57
5257 
5358 Rate-limit entries for the organization, one per group.
5459 
60 - `type: "rate_limit"`
61 
62 Object type. Always `rate_limit` for organization rate-limit entries.
63 
64 default: rate_limit
65 
5566 - `id: string`
5667 
5768 Stable identifier for this rate-limit group within the organization.
from line 98
8798 - `models: array of string or null`
8899 
89100 Model names this entry's limits apply to, including aliases. `null` when `group_type` is not `"model_group"`.
90 
91 - `type: "rate_limit"`
92 
93 Object type. Always `rate_limit` for organization rate-limit entries.
94 
95 default: rate_limit
96101 
97102- `next_page: string or null`
98103