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
Path Parameters
Process identifier (PID or name)
Response
200
text/plain
Stream of process logs, one line per log (prefixed with stdout:/stderr:)
The response is of type string
.