API REFERENCE
Monitors base info
Get a monitor
1min
Get a base information of monitor
GET
Request
Response
Path Params
id
String
required
ID of the monitor
Curl
Node.js
JS
Python
Ruby
1curl --location --globoff 'https://api-sandbox.klavi.ai/monitor/v1/monitors/{id}' \
2--header 'Accept: application/json' \
3--header 'Content-Type: application/json'
Responses
200
1{
2 "id": "64a8c71f-71db-4972-82b1-1aadc5434dd8",
3 "name": "monitore_teste_150_20250320",
4 "onlineStatus": true,
5 "userListStatus": "AWAITING_UPLOAD",
6 "monitorWeekDays": ["MON","TUE","WED","THU","FRI","SAT"],
7 "monitorFrequency": 2,
8 "notificationEmails": ["admin@partner.com"],
9 "createAt": "2025-03-20T19:03:59Z",
10 "updateAt": "2025-03-20T19:03:59Z"
11}
Updated 25 Apr 2025
Did this page help you?