Deprecated - anomaly alert history details
to retrieve the complete history for a specific anomaly alert
GET https://boomi.eyer.ai/api/v2/anomalies/{id}/details/{update_id}
This api will return details on the selected anomaly alert update. It will return details on nodes and metrics affected, severity per metric and start / end times.
Authentication: use “Authorization” in your HTTP header with your query key.
Example response
{
"severity": "medium",
"severity_num": 2,
"nodes_affected": 3,
"metrics_affected": 12,
"event_type": "updated",
"event_occured": "2025-03-16T08:12:00Z",
"update_id": "67d688d7d49367b7ae586331",
"id": "67d068ffd49367b7ae5348c9",
"learning_status": 0.05555555555555555,
"items": []
}