Get Workspace
get/v1/organizations/workspaces/{workspace_id}?beta=true
Path parameters
workspace_idstring required
ID of the Workspace.
ID of the Workspace.
Headers
x-api-keystring
Your unique Admin API key for authentication.
This key is required in the header of all Admin API requests, to authenticate your account and access Anthropic's services. Get your Admin API key through the Console.
Your unique Admin API key for authentication.
This key is required in the header of all Admin API requests, to authenticate your account and access Anthropic's services. Get your Admin API key through the Console.
Response
Successful Response
Example response
{
"archived_at": "2024-11-01T23:59:27.427722Z",
"compartment_id": "f8a7b6c5-4d3e-4f1a-8b9c-0d1e2f3a4b5c",
"created_at": "2024-10-30T23:58:27.427722Z",
"display_color": "#6C5BB9",
"external_key_id": "ekey_01SDCCSbTxrXDpWc1phhtcfK",
"id": "wrkspc_01JwQvzr7rXLA5AGx3HKfFUJ",
"name": "Workspace Name",
"tags": {
"env": "prod",
"team": "platform"
}
}Changes
Changed in 1 of the 68 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○