v12

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-01252498556.8 KB
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

totalSizeinteger required

Example response

{
  "studios": [
    {
      "sshDetails": {
        "command": "ssh username@sessionId@host -p port"
      }
    }
  ]
}