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

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

Example response

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

Changes