Get the information and status of an active process. The name is <sessionid>.<jobname> .
None
GET http://localhost:5000/1
{ "env": {}, "redirect_input": false, "pid": 1, "active": true, "cmd": "python", "create_time": 1365797562.9, "custom_streams": [], "commited": false, "os_pid": 28661, "name": "procfile.dummy", "uid": null, "gid": null, "redirect_output": [ "out", "err" ], "args": [ "-u", "dummy.py" ] } { "pid": 10 }
Authentication | Require an admin |
HTTP Method | GET |