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