Skip to main content

Retrieve visible workspaces

GET /occm/tenancy-service/workspaces

Retrieves workspaces that are visible to the current user.

Error

Status: Default, Default response
Name Type Required Description

associatedToAgent

boolean

True

workspaceName

string

False

workspacePublicId

string

True

Example error response
{
  "associatedToAgent": false,
  "workspaceName": "string",
  "workspacePublicId": "string"
}