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

Workspaces changed

api/beta/organization/workspaces

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 1,095 where the diff opens
First seen 26 Aug 2026 this site's first read of the page
Recorded edits7to this page, all time

The whole hunk

from line 1095, old and new numbered
/
lines
from line 1095
10951095override. Groups without overrides inherit the organization limits and
10961096are not listed; use `GET /v1/organizations/rate_limits` to see those.
10971097 
1098This endpoint currently returns every matching entry in a single page
1099regardless of `limit`; follow `next_page` so that clients keep working
1100when pagination is enabled.
1098When `limit` is omitted, every matching entry is returned in a single
1099page; when `limit` truncates the result, follow `next_page` to fetch
1100the remaining entries.
11011101 
11021102#### Path parameters
11031103 
from line 1127
11271127 
11281128 Maximum number of items to return per page. Ranges from `1` to `1000`.
11291129 
1130 Accepted for request-shape compatibility and currently ignored: every entry is returned in a single page.
1130 When omitted, every remaining entry is returned in a single page and `next_page` is `null`.
11311131 
11321132 maximum: 1000, minimum: 1
11331133 
from line 1193
11931193 
11941194- `next_page: string or null`
11951195 
1196 Token to provide in as `page` in the subsequent request to retrieve the next page of data.
1196 Opaque cursor for the next page of results, or `null` when no entries remain beyond this response.
11971197 
11981198#### Example
11991199