v1

latestOpenAPI 3.0.32026-07-22194221292.5 KB
process

Stream process logs in real time

Streams the stdout and stderr output of a process in real time, one line per log, prefixed with 'stdout:' or 'stderr:'. Closes when the process exits or the client disconnects.

get/process/{identifier}/logs/stream

Path parameters

identifierstring required

Process identifier (PID or name)

Response

Stream of process logs, one line per log (prefixed with stdout:/stderr:)