Skip to main content

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 are hour or day. Defaults to hour.

Note: The maximum allowed range between from and to is 92 days.