Follow stdout
Process Management
Follow Process Stdout
Replay captured stdout and follow live stdout over Server-Sent Events.
GET
Follow stdout
Replay captured stdout and follow new stdout over Server-Sent Events.
Use
Stdout-only events do not include a
Endpoint
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:stream field. If you need merged stdout and stderr with stream tags, use Follow Process Output.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
Stdout event stream
The response is of type string.