Skip to main content
GET
Get Process Output

Path Parameters

pid
integer
required

Response

Successfully retrieved process output

output
string | null

Command output if available

Example:

"total 20\ndrwxr-xr-x 3 user group 96 Mar 10 12:34 ."

process_id
integer | null

Process ID if running in background

Example:

1234

status
string
default:completed

Command status: 'completed' or 'background'

Example:

"completed"