Skip to main content
GET
/
api
/
bash
/
processes
/
managed
List Managed Processes
curl --request GET \
  --url http://localhost:4242/{computer_name}/api/bash/processes/managed
[
  {
    "pid": 1234,
    "command": "long-running-task",
    "status": "running",
    "output": "Processing...\n50% complete"
  }
]

Response

pid
integer
required
Example:
command
string
required
Example:
status
string
required
Example:
output
string | null
Example: