Single Monitor

GET https://api.getpostman.com/monitors/{{monitorUid}}

This endpoint fetches you basic information about the monitor using its uid.

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

RESPONSES

status: OK

"{\n    \"monitor\": {\n        \"id\": \"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n        \"name\": \"Test Monitor\",\n        \"uid\": \"12345678-1e6b6cc1-c760-48e0-968f-4bfaeeae9af1\",\n        \"owner\": \"12345678\",\n        \"collectionUid\": \"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2\",\n        \"environmentUid\": \"12345678-5daabc50-8451-43f6-922d-96b403b4f28e\",\n        \"options\": {\n            \"strictSSL\": true,\n            \"followRedirects\": true,\n            \"requestTimeout\": 3000,\n            \"requestDelay\": 0\n        },\n        \"notifications\": {\n            \"onError\": [\n                {\n                    \"email\": \"user@example.com\"\n                }\n            ],\n            \"onFailure\": [\n                {\n                    \"email\": \"user@example.com\"\n                }\n            ]\n        },\n        \"distribution\": [],\n        \"schedule\": {\n            \"cron\": \"0 0 * * * *\",\n            \"timezone\": \"America/Chicago\",\n            \"nextRun\": \"2022-06-18T05:00:00.000Z\"\n        },\n        \"lastRun\": {\n            \"status\": \"failed\",\n            \"startedAt\": \"2022-06-17T18:39:52.852Z\",\n            \"finishedAt\": \"2022-06-17T18:39:53.707Z\",\n        },\n        \"stats\": {\n            \"assertions\": {\n                \"total\": 8,\n                \"failed\": 1\n            },\n            \"requests\": {\n                \"total\": 4\n            }\n\t\t}\n\t}\n}"