bash
Get Process Output
Retrieves the output of a background process by its ID.
GET
Path Parameters
Response
200
application/json
Successfully retrieved process output
Command output if available
Example:
"total 20\ndrwxr-xr-x 3 user group 96 Mar 10 12:34 ."
Process ID if running in background
Example:
1234
Command status: 'completed' or 'background'
Example:
"completed"