API REFERENCE
Results
Get results
1min
Get all results by monitor ID
GET
Request
Response
Path Params
id
String
required
ID of the monitor
Header Parameters
Authorization
String
required
Bearer access token, it returned by the /auth
Curl
Node.js
JS
Python
Ruby
1curl --location --globoff 'https://api-sandbox.klavi.ai/monitor/v1/monitors/{id}/results/{id}' \
2--header 'Authorization: string'
Responses
200
1[
2 {
3 "id": "496db575-cf5c-426e-b8ff-ba9cd5bf01e4",
4 "name": "monitore_rollout_20250317_2025-03-24_6",
5 "createAt": "2025-03-24T06:00:00Z"
6 },
7 {
8 "id": "496db575-cf5c-426e-b8ff-ba9cd5bf01e4",
9 "name": "monitore_rollout_20250317_2025-03-21_6",
10 "createAt": "2025-03-21T06:00:00Z"
11 },
12 {
13 "id": "496db575-cf5c-426e-b8ff-ba9cd5bf01e4",
14 "name": "monitore_rollout_20250317_2025-03-20_6",
15 "createAt": "2025-03-20T06:00:00Z"
16 }
17]
Updated 18 Apr 2025
Did this page help you?