v12

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-01252498556.8 KB
studios

Describe Studio

Retrieves the details of the Studio session identified by the given sessionId.

get/studios/{sessionId}

Path parameters

sessionIdstring required

Studio session numeric identifier

Query parameters

workspaceIdinteger

Workspace numeric identifier

Response

OK

baseImagestring
customImageboolean
dateCreatedstring date-time
descriptionstring
effectiveLifespanHoursinteger
isPrivateboolean
lastStartedstring date-time
lastUpdatedstring date-time
namestring
sessionIdstring
studioUrlstring
waveBuildUrlstring
workspaceIdinteger

Example response

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