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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.