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.251, published 2 hours before 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+5added
Lines−5removed
From line 10 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 10, old and new numbered
/
lines
from line 10
1010or an API-surface category such as the Files API or Message Batches)
1111and contains the set of limiter values that apply to it.
1212 
13This endpoint currently returns every matching entry in a single page
14regardless of `limit`; follow `next_page` so that clients keep working
15when pagination is enabled.
13When `limit` is omitted, every matching entry is returned in a single
14page; when `limit` truncates the result, follow `next_page` to fetch
15the remaining entries.
1616 
1717### Query parameters
1818 
from line 36
3636 
3737 Maximum number of items to return per page. Ranges from `1` to `1000`.
3838 
39 Accepted for request-shape compatibility and currently ignored: every entry is returned in a single page.
39 When omitted, every remaining entry is returned in a single page and `next_page` is `null`.
4040 
4141 maximum: 1000, minimum: 1
4242 
from line 98
9898 
9999- `next_page: string or null`
100100 
101 Token to provide in as `page` in the subsequent request to retrieve the next page of data.
101 Opaque cursor for the next page of results, or `null` when no entries remain beyond this response.
102102 
103103### Example
104104