Insights API
The Insights API provides access to analytics regarding the effectiveness and noise-reduction metrics of the Lumetry engine.
Get Effectiveness Metrics
GET /api/insights/effectiveness
Returns a summary of alerts processed, incidents generated, and the overall compression/noise-reduction ratio over a specified time window.
Query Parameters:
from(DateTime, Optional): The start time of the window (ISO-8601). Defaults to 24 hours ago.to(DateTime, Optional): The end time of the window (ISO-8601). Defaults to the current time.bucket(String, Optional): The aggregation interval for timeseries data. Valid options arehourorday. Defaults tohour.
Note: The maximum allowed range between
fromandtois 92 days.