Leap0

Overall status

Get the status of all desktop processes.

GET/api/status

Get the status of all desktop processes.

Authorization

BearerAuth
AuthorizationBearer <token>

API key passed as a Bearer token.

In: header

Response Body

application/json

curl -X GET "https://<sandbox_id>.sandbox.leap0.dev/api/status"
{  "status": "running",  "items": [    {      "name": "x11vnc",      "running": true,      "pid": 0,      "stdout_log": "string",      "stderr_log": "string"    }  ],  "running": 0,  "total": 0}