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
chevron-right
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?