For the complete documentation index, see llms.txt. This page is also available as Markdown.

Workspace

Get available Workspaces.

get
/api/workspace

Retrieves a list of all available Workspaces accessible to the user, along with all associated Targets within each Workspace.

Authorizations
X-Api-KeystringRequired

API Key for authentication

Responses
200

OK

application/json
idinteger · int32Required

Workspace Id.

namestringRequired

Workspace name.

descriptionstring · nullableOptional

Workspace description.

defaultWorkerPoolIdstring · uuid · nullableOptional

Workspace default executor Worker Pool Id.

userCountinteger · int32Required

Number of users that are assigned to Workspace.

get/api/workspace

Last updated

Was this helpful?