PLATINUM DOCS
ApiSandboxes

Get one managed process (?wait_ms= to block until exit)

GET
/v1/sandboxes/{id}/processes/{handle}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string
handle*string

Query Parameters

wait_ms?integer

Response Body

application/json

curl -X GET "https://example.com/v1/sandboxes/string/processes/string"
{  "handle": "string",  "pid": 0,  "cmd": [    "string"  ],  "started_at": 0,  "running": true,  "exit_code": 0,  "exited_at": 0,  "pty": true,  "timed_out": true,  "stdout_len": 0,  "stderr_len": 0,  "wait_timed_out": true}
Empty