workspaces
Get a Workspace
Get the specified Workspace.
get/v1/organizations/{organizationId}/workspaces/{workspaceId}
Path parameters
organizationIdstring required
The <code>id</code> of the Organization that contains the Workspace.
workspaceIdstring required
The <code>id</code> of the Workspace to get.
Response
The Workspace details have been retrieved
Example response
{
"workspaceId": "main",
"leaderFQDN": "workspace-leader.example.com",
"alias": "Production Environment",
"description": "Main production Workspace for customer data processing",
"tags": [
"production",
"customer-data"
]
}