Run a Monitor

POST https://api.getpostman.com/monitors/{{monitor_uid}}/run

This endpoint will run the monitor instantly and wait for the monitor to run completely. It responds with the run results.

Requires API Key as X-Api-Key request header or apikey URL query parameter.

RESPONSES

status: OK

{"run":{"info":{"jobId":"1e6ba2e1-6256-4430-bafa-a06e591523bd","monitorId":"1e6b8970-fd13-4480-b011-b3b3e3cd271d","name":"Sample Collection monitor 1 #54","collectionUid":"5852-1d3daef4-2037-4584-ab86-bafd8c8f8a55","status":"success","startedAt":"2016-12-04T14:29:39.000Z","finishedAt":"2016-12-04T14:29:39.000Z"},"stats":{"assertions":{"total":1,"failed":0},"requests":{"total":3,"failed":0}},"executions":[{"id":1,"item":{"id":"b5e8d7dd-909c-4ba7-aef4-8609bc50b586","name":"Sample POST Request"},"request":{"method":"POST","url":"echo.getpostman.com/post","headers":{"content-type":"application/json","accept":"*/*","accept-encoding":"gzip, deflate","content-length":18},"body":{"contentLength":18,"mode":"raw"},"timestamp":"2016-12-04T14:29:39.520Z"},"response":{"code":200,"body":{"contentLength":298},"responseTime":57,"responseSize":298,"headers":{"date":"Sun, 04 Dec 2016 14:29:39 GMT","content-type":"application/json","transfer-encoding":"chunked","connection":"keep-alive","content-encoding":"gzip"}}},{"id":2,"item":{"id":"f790d046-755d-44f5-a416-b825e18dfd9d","name":"Sample GET Request"},"request":{"method":"GET","url":"echo.getpostman.com/get","headers":{"accept":"*/*","accept-encoding":"gzip, deflate"},"body":{"contentLength":0,"mode":"formdata"},"timestamp":"2016-12-04T14:29:39.586Z"},"response":{"code":200,"body":{"contentLength":282},"responseTime":46,"responseSize":282,"headers":{"date":"Sun, 04 Dec 2016 14:29:39 GMT","content-type":"application/json","transfer-encoding":"chunked","connection":"keep-alive","content-encoding":"gzip"}},"assertions":{"Status code is 200":true}},{"id":3,"item":{"id":"336e6e17-6d3e-4b8f-a48f-b7e75cf13afb","name":"This is the second request"},"request":{"method":"POST","url":"echo.getpostman.com/post","headers":{"accept":"*/*","accept-encoding":"gzip, deflate","content-length":18},"body":{"contentLength":0,"mode":"formdata"},"timestamp":"2016-12-04T14:29:39.965Z"},"response":{"code":200,"body":{"contentLength":347},"responseTime":10,"responseSize":347,"headers":{"date":"Sun, 04 Dec 2016 14:29:39 GMT","content-type":"application/json","transfer-encoding":"chunked","connection":"keep-alive","content-encoding":"gzip"}}}],"failures":[]}}