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
Example response
{
"sshDetails": {
"command": "ssh username@sessionId@host -p port"
}
}