Single Monitor
GET
/monitors/{monitor_uid}
Monitors
uid
.Requires API Key as X-Api-Key
request header orapikey
URL query parameter.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.getpostman.com/monitors/'
Response Response Example
200 - Successful Response
{
"monitor": {
"collectionUid": "5852-8d05dd85-222c-1452-553b-e76a531b71ed",
"distribution": [],
"environmentUid": "5851-8d05dd85-222c-1452-553b-e76a531b71ed",
"id": "1e6b6cc1-c760-48e0-968f-4bfaeeae9af1",
"lastRun": {
"finishedAt": "2020-03-25T15:45:31.340Z",
"startedAt": "2020-03-25T15:45:29.218Z",
"stats": {
"assertions": {
"failed": 1,
"total": 8
},
"requests": {
"total": 4
}
},
"status": "failed"
},
"name": "Postman Echo Monitor",
"notifications": {
"onError": [
{
"email": "john.appleseed@example.com"
}
],
"onFailure": [
{
"email": "john.appleseed@example.com"
}
]
},
"options": {
"followRedirects": true,
"requestDelay": 0,
"requestTimeout": 3000,
"strictSSL": true
},
"owner": "5852",
"schedule": {
"cron": "0 0 * * * *",
"nextRun": "2016-11-30T09:30:00.000Z",
"timezone": "Asia/Calcutta"
},
"uid": "5852-1e6b6cc1-c760-48e0-968f-4bfaeeae9af1"
}
}
Request
Path Params
monitor_uid
string
required
Responses
Modified at 2023-08-15 05:41:03