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

Endpoint

Example Request

Response

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

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