GET
/
api
/
bash
/
process
/
{pid}
/
output
curl --request GET \
  --url http://localhost:4242/{computer_name}/api/bash/process/{pid}/output
{
  "output": "Processing...\n50% complete",
  "process_id": 1234,
  "status": "background"
}

Path Parameters

pid
integer
required

Response

200
application/json

Successfully retrieved process output

The response is of type object.