Raw run logs are essential, but dashboards need shape and direction: are things getting better, worse, or flat?
That's exactly what provides: chart-ready aggregates by hour or day.
Why teams need series data
With series points, you can visualize:
- healthy-rate changes over time
- average health score movement
- status distribution by time bucket

This helps both technical and non-technical stakeholders understand risk quickly.
Endpoint
Query parameters
(or)
cURL example
What a good response looks like
Series responses are most useful when each bucket point contains just enough to drive charts:
- total runs
- count of healthy vs failing runs
- average score (or median) for the bucket
That lets you build trend charts without re-aggregating hundreds of runs in the browser or in a client service.
How to pick the right bucket size
Bucket size is a tradeoff between noise and visibility:
: best when you're debugging "something changed overnight" or you're running checks frequently.: best for weekly reporting and broader posture reviews.
If you're unsure, start with and only drop to during investigations.
Good chart patterns
- Line chart: average health score.
- Line chart: healthy rate.
- Stacked bars: run count by status.
Turn logs into trends
If your team wants monitoring that drives decisions, not just alerts, trend visualization is mandatory. This endpoint gives you the right data shape for that.