/api/v1/anomalies
GET /anomalies — list anomalies
Returns a list of detected anomalies within the specified time window.Query parameters
Filter by provider.
Filter by anomaly type:
cost or performance.Filter by status:
active or dismissed.Look-back window in days.
Response
The expected daily spend based on historical patterns.
The upper bound of the expected range. Spend above this value triggers anomaly detection.
How far the actual spend exceeded the expected amount, as a percentage.
The cloud services that contributed most to the anomaly, with their actual spend and variance from expected.
GET /anomalies/ — get anomaly details
Returns full details for a single anomaly.POST /anomalies//dismiss — dismiss an anomaly
Dismisses an anomaly with an optional reason.Request body
Explanation for dismissing this anomaly.