Logo
30 days of Postman - for developers API Documentation

Single Monitor

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

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.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "monitor": { "id": "1e6b6cc1-c760-48e0-968f-4bfaeeae9af1", "name": "Postman Echo Monitor", "uid": "5852-1e6b6cc1-c760-48e0-968f-4bfaeeae9af1", "owner": "5852", "collectionUid": "5852-8d05dd85-222c-1452-553b-e76a531b71ed", "environmentUid": "5851-8d05dd85-222c-1452-553b-e76a531b71ed", "options": { "strictSSL": true, "followRedirects": true, "requestTimeout": 3000, "requestDelay": 0 }, "notifications": { "onError": [ { "email": "john.appleseed@example.com" } ], "onFailure": [ { "email": "john.appleseed@example.com" } ] }, "distribution": [], "schedule": { "cron": "0 0 * * * *", "timezone": "Asia/Calcutta", "nextRun": "2016-11-30T09:30:00.000Z" }, "lastRun": { "status": "failed", "startedAt": "2020-03-25T15:45:29.218Z", "finishedAt": "2020-03-25T15:45:31.340Z", "stats": { "assertions": { "total": 8, "failed": 1 }, "requests": { "total": 4 } } } } }



Curl
curl -X GET 'https://api.getpostman.com/monitors/undefined'

ENDPOINTS