Lybic Docs

Read Sandbox Shell Output

POST
/api/orgs/{orgId}/sandboxes/{sandboxId}/shell/{shellId}/read

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
}