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 Workspaces changed

api/beta/organization/workspaces/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+13added
Lines−8removed
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 Workspaces
3url: https://platform.claude.com/docs/en/api/beta/organization/workspaces/list
4---
5 
16# List Workspaces
27 
38**GET** `/v1/organizations/workspaces`
from line 37
3237 
3338- `data: array of BetaWorkspace`
3439 
40 - `type: "workspace"`
41 
42 Object type.
43 
44 For Workspaces, this is always `"workspace"`.
45 
46 default: workspace
47 
3548 - `id: string`
3649 
3750 ID of the Workspace.
from line 120
107120 - `tags: map[string]`
108121 
109122 User-defined tags as string key-value pairs. Keys may not begin with `anthropic`.
110 
111 - `type: "workspace"`
112 
113 Object type.
114 
115 For Workspaces, this is always `"workspace"`.
116 
117 default: workspace
118123 
119124- `first_id: string or null`
120125