GET
/
workspaces
/
{workspaceId}
Get Workspace by ID
curl --request GET \
  --url https://api.bron.org/workspaces/{workspaceId}
{
  "imageId": "<string>",
  "name": "Bron Workspace",
  "tag": "bron",
  "workspaceId": "2a0f2m25qyn3cen5hj"
}

Path Parameters

workspaceId
string
required

Query Parameters

workspaceIds
string[]

List of comma-separated workspace ids

includeSettings
boolean

Include workspace settings

limit
string
offset
string

Response

OK

name
string
required

Workspace name

Examples:

"Bron Workspace"

tag
string
required

Workspace tag

Examples:

"bron"

workspaceId
string
required

The workspace ID

Examples:

"2a0f2m25qyn3cen5hj"

imageId
string

Workspace image id