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

Endpoint

Example Request

Response

Tensorlake returns 200 OK:
If you need stderr only, use Get Process Stderr. If you need both streams merged, use Get 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 stdout

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