Skip to main content
GET
Get process stdout/stderr logs

Authorizations

Authorization
string
header
required

API key passed as Bearer token

Path Parameters

id
string
required

Machine ID (e.g. mch_a1b2c3d4)

pid
integer<uint32>
required

Process ID

Response

200 - application/json

Process logs

stdout
string
required
stderr
string
required
output
string
required

Interleaved stdout+stderr

exit_code
integer<int32> | null

Exit code when the process has completed