// Workspaces

List package store locations

List the active regions a workspace's package store can be pinned to.

GET/api/workspace/regions

Description

Lists the active package store locations (regions) available for new workspaces. Use the returned regionId as the regionId when you create a workspace. The list is environment-specific: an installation with no extra regions configured returns an empty list, in which case every workspace uses the default location.

Errors

StatusMeaning
401 Missing or invalid Basic auth credentials.