Skip to main content
GET
Get a process
Get the current status and metadata for one process.

Endpoint

Example Request

Response

Tensorlake returns 200 OK with the process metadata:
handle is a daemon-local stable identifier. Route paths use the operating-system pid. If the process does not exist, Tensorlake returns 404 Not Found.

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

Process metadata

handle
integer<int64>
required
pid
integer<int32>
required
status
enum<string>
required
Available options:
running,
exited,
signaled,
oom_killed
stdin_writable
boolean
required
command
string
required
args
string[]
required
started_at
integer<int64>
required
exit_code
integer<int32> | null
signal
integer<int32> | null
ended_at
integer<int64> | null