Skip to main content
GET
Follow stdout
Replay captured stdout and follow new stdout 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 stdout, then streams live events:
Stdout-only events do not include a stream field. If you need merged stdout and stderr with stream tags, use Follow Process Output.

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

Stdout event stream

The response is of type string.