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

200
application/json

OK

The response is of type object.