cURL
curl --request GET \ --url http://localhost:4242/{computer_name}/api/bash/process/{pid}/output
{ "output": "Processing...\n50% complete", "process_id": 1234, "status": "background" }
Retrieves the output of a background process by its ID.
Successfully retrieved process output
The response is of type object.
object