Skip to main content
GET
Get combined process output
Read output that has already been captured for a process.

Endpoint

Example Request

Response

Tensorlake returns 200 OK:
/output returns the combined captured lines from stdout and stderr and does not include per-line stream tags. If you need a single stream, use Get Process Stdout or Get Process Stderr. If you need stream-tagged live events, 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

Captured output

pid
integer<int32>
required
lines
string[]
required
line_count
integer<int32>
required