Follow combined process output
Process Management
Follow Process Output
Replay captured output and follow live combined output over Server-Sent Events.
GET
Follow combined process output
Replay captured output and follow new output over Server-Sent Events.
Use
Endpoint
curl -N or an SSE client so the connection stays open.
Example Request
SSE Events
Tensorlake first replays any captured output, then streams live events:/output/follow follows combined output and includes stream set to stdout or stderr.
If you need a single stream, use Follow Process Stdout or Follow Process Stderr. When the process exits and the output stream closes, Tensorlake sends event: eof.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The operating system PID of the process.
Response
200 - text/event-stream
Output event stream
The response is of type string.