Get Predictions Summary
predictions
Get Predictions Summary
KPI counters for the predictions page header tiles AND the dashboard summary pill.
Returns all fields from both the predictions-page spec and the dashboard-spec §D7:
- total_predictions / total: count of predictions in the window
- high_probability_count / high_probability: count with probability >= threshold
- above_alert_threshold: count above the workspace alert threshold (default 0.7)
- avg_probability: mean probability across all predictions in window
- latest_generated_at: ISO timestamp of the most recently generated prediction
- by_pattern: [] top patterns by prediction count
- by_impact: breakdown
GET
Get Predictions Summary
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Required range:
0 <= x <= 1Response
Successful Response
Full predictions summary response. Includes both the predictions-page field names (total_predictions, high_probability_count) and the dashboard-spec canonical field names (total, high_probability, above_alert_threshold, avg_probability, latest_generated_at, by_pattern) as optional fields for backward compat.