studios
List Studios
Lists all available Studios in a user context. Append ?workspaceId to list Studios in a workspace context.
get/studios
Query parameters
workspaceIdinteger
Workspace numeric identifier
searchstring
Optional search criteria, allowing free text search on name and templateUrl and keywords: userId, computeEnvId and status.
maxinteger
Pagination max results
offsetinteger
Pagination offset
attributesDataStudioQueryAttribute[]
Optional attribute values to be included in the response (labels). Returns an empty value (labels: null) if omitted.
Response
OK
Example response
{
"studios": [
{
"sshDetails": {
"command": "ssh username@sessionId@host -p port"
}
}
]
}