Process errors
Read stderr logs for a desktop process.
GET
/api/process/{processName}/errorsRead stderr logs for a desktop process.
Authorization
BearerAuth AuthorizationBearer <token>
API key passed as a Bearer token.
In: header
Path Parameters
processName*string
Desktop process name: xvfb, xfce4, x11vnc, or novnc.
Value in
"xvfb" | "xfce4" | "x11vnc" | "novnc"Response Body
application/json
application/json
curl -X GET "https://<sandbox_id>.sandbox.leap0.dev/api/process/xvfb/errors"{ "process": "string", "errors": "string"}{ "message": "Invalid request", "errors": [ { "field": "string", "error": "string" } ]}
