v1

latestOpenAPI 3.0.32026-07-22194221292.5 KB
process

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

logsstring required
stderrstring required
stdoutstring required

Example response

{
  "logs": "logs output",
  "stderr": "stderr output",
  "stdout": "stdout output"
}