process
Stream process logs in real time via WebSocket
Streams the stdout and stderr output of a process in real time as JSON messages.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Process identifier (PID or name)
Response
101
application/json
WebSocket connection established
The response is of type string
.