API REFERENCE
Results
Get a result
1min
Get a result by resultId
GET
Request
Path Params
id
String
required
ID of the monitor
resultId
String
required
ID of the result
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/{resultId}' \
2--header 'Authorization: string'
Responses
200
1{
2 "id": "496db575-cf5c-426e-b8ff-ba9cd5bf01e4",
3 "name": "monitore_rollout_20250317_2025-03-24_6",
4 "createAt": "2025-03-24T06:00:00Z",
5 "download": {
6 "url": "https://amzn-s3-demo-bucket.s3.amazonaws.com/result",
7 "httpMethod": "GET"
8 }
9}
Updated 22 Apr 2025
Did this page help you?