v1
latestOpenAPI 3.0.12026-07-26152262362.2 KBAlerts
Retrieve an alert
Returns an alert by the specified Id.
get/analytics/v1/alerts/{id}
Path parameters
idstring required
Alert ID
Response
OK - Alert returned.
Example response
{
"id": "7jyrczd6CSh3M8TuQ6Qq",
"name": "fgfgh",
"createTime": 1678628817062,
"updateTime": 1678628938891,
"lastAlerted": null,
"recipients": [
"user1@example.com",
"user2@example.com"
],
"config": {
"condition": "value",
"currency": "USD",
"metric": {
"type": "basic",
"value": "cost"
},
"operator": "gt",
"evaluateForEach": "",
"attributions": [
"PvqyGcdFcTHh7aLUdGdf"
],
"scopes": [],
"timeInterval": "month",
"dataSource": "billing",
"value": 500
}
}