Skip to main content
GET
Follow combined process output
Replay captured output and follow new output over Server-Sent Events.

Endpoint

Use 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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

pid
integer<int32>
required

The operating system PID of the process.

Response

200 - text/event-stream

Output event stream

The response is of type string.