bash
List Managed Processes
Lists all background processes managed by the system.
GET
Response
200
application/json
Successfully retrieved process list
Process ID
Example:
1234
Command that was executed
Example:
"ls -la"
Current status of the process
Example:
"running"
Process output if available
Example:
"total 20\ndrwxr-xr-x 3 user group 96 Mar 10 12:34 ."