v1
latestOpenAPI 3.0.32026-07-22194221292.5 KBprocess
Get process logs
Get the stdout and stderr output of a process
get/process/{identifier}/logs
Path parameters
identifierstring required
Process identifier (PID or name)
Response
Process logs
Example response
{
"logs": "logs output",
"stderr": "stderr output",
"stdout": "stdout output"
}