{
"message": "<string>",
"data": [
{
"id": "<string>",
"name": "<string>",
"alertType": "threshold",
"metrics": {},
"metricGroupBys": {},
"message": "<string>",
"companyID": "<string>",
"priority": "P0",
"alertThreshold": 123,
"windowMs": 123,
"condition": "greater",
"tags": [
"<string>"
],
"formula": "<string>",
"creatorID": "<string>",
"warningThreshold": 123,
"renotificationConditions": [
"raise"
],
"renotificationWindowMs": 123,
"renotificationMessage": "<string>",
"team": "<string>"
}
],
"pagination": {
"itemsPerPage": 123,
"pageNumber": 123,
"nextPage": "<string>",
"previousPage": "<string>",
"totalItems": 123,
"all": "<string>"
}
}