Read Sandbox Shell Output
Path Parameters
sandboxId*string
The sandbox ID
shellId*string
orgId*string
The organization ID
Response Body
application/json
curl -X POST "https://loading/api/orgs/string/sandboxes/string/shell/string/read"{
"output": [
{
"oneofKind": "stdout",
"stdout": "string"
}
],
"isRunning": true
}