v34

OpenAPI 3.1.0raw.githubusercontent.com2026-07-130042.4 KB
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

countinteger required

Total number of workspaces

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
}