Get process by identifier
process
Get process by identifier
Get information about a process by its PID or name
GET
Get process by identifier
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Process identifier (PID or name)
Response
Process information
Example:
"ls -la"
Example:
"Wed, 01 Jan 2023 12:01:00 GMT"
Example:
0
Example:
"logs output"
Example:
"my-process"
Example:
"1234"
Example:
"Wed, 01 Jan 2023 12:00:00 GMT"
Available options:
failed, killed, stopped, running, completed Example:
"running"
Example:
"stderr output"
Example:
"stdout output"
Example:
"/home/user"
Whether scale-to-zero is disabled for this process
Example:
false
Example:
3
Example:
2
Example:
true
Last modified on June 3, 2026
