The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: Get Workspace
3url: https://platform.claude.com/docs/en/api/beta/organization/workspaces/retrieve
4---
5
16# Get Workspace
27
38**GET** `/v1/organizations/workspaces/{workspace_id}`
from line 19
1419
1520- `BetaWorkspace object`
1621
22 - `type: "workspace"`
23
24 Object type.
25
26 For Workspaces, this is always `"workspace"`.
27
28 default: workspace
29
1730 - `id: string`
1831
1932 ID of the Workspace.
from line 102
89102 - `tags: map[string]`
90103
91104 User-defined tags as string key-value pairs. Keys may not begin with `anthropic`.
92
93 - `type: "workspace"`
94
95 Object type.
96
97 For Workspaces, this is always `"workspace"`.
98
99 default: workspace
100105
101106## Example
102107