latestOpenAPI 3.1.02026-08-223321,1001.6 MB

2134ebffd1ef

External API

Get alert statistics

Aggregate Alert Intelligence statistics for your organization over a time range: total alerts, investigated vs. noisy counts, noise reduction, and escalation response times. Filter by start_time / end_time (timezone-aware ISO-8601).

get/v1/alerts/statistics

Query parameters

start_timestring date-time nullable

Inclusive lower bound on when the alert fired (ISO-8601, UTC).

Inclusive lower bound on when the alert fired (ISO-8601, UTC).

end_timestring date-time nullable

Exclusive upper bound on when the alert fired (ISO-8601, UTC).

Exclusive upper bound on when the alert fired (ISO-8601, UTC).

Response

Successful Response

total_alertsinteger required

Total number of alerts.

num_investigated_alertsinteger required

Number of anomalous alerts triggered for investigation.

num_noisy_alertsinteger required

Number of alerts classified as noise.

noise_reductionnumber required

Noise reduction percentage (0-100).

avg_response_timenumber nullable

Average escalation response time in minutes (null if none).

median_escalation_response_timenumber nullable

Median escalation response time in minutes (null if none).