curl --request GET \
--url https://api.devhelm.io/api/v1/monitors/{id}/results/summary \
--header 'Authorization: Bearer <token>'{
"currentStatus": "up",
"latestPerRegion": [
{
"region": "us-east",
"passed": true,
"responseTimeMs": 95,
"timestamp": "2023-11-07T05:31:56Z",
"severityHint": "<string>"
}
],
"chartData": [
{
"bucket": "2026-03-12T10:00:00Z",
"uptimePercent": 100,
"avgLatencyMs": 120.3,
"p95LatencyMs": 250,
"p99LatencyMs": 480
}
],
"uptime24h": 99.95,
"uptimeWindow": 99.8
}Returns a dashboard summary for the monitor: current status derived from the latest result per region, time-bucketed chart data, the 24-hour uptime percentage, and the selected window’s uptime percentage.
curl --request GET \
--url https://api.devhelm.io/api/v1/monitors/{id}/results/summary \
--header 'Authorization: Bearer <token>'{
"currentStatus": "up",
"latestPerRegion": [
{
"region": "us-east",
"passed": true,
"responseTimeMs": 95,
"timestamp": "2023-11-07T05:31:56Z",
"severityHint": "<string>"
}
],
"chartData": [
{
"bucket": "2026-03-12T10:00:00Z",
"uptimePercent": 100,
"avgLatencyMs": 120.3,
"p95LatencyMs": 250,
"p99LatencyMs": 480
}
],
"uptime24h": 99.95,
"uptimeWindow": 99.8
}API key (dh_live_...) or Auth0 JWT token
Chart window: 24h returns hourly buckets, 7d/30d/90d return daily buckets
24h, 7d, 30d, 90d Results summary
Dashboard summary: current status, per-region latest results, and chart data
Derived current status across all regions
up, degraded, down, unknown Latest check result per region
Show child attributes
Time-bucketed chart data for the requested window
Show child attributes
Uptime percentage over the last 24 hours; null when no data
99.95
Uptime percentage for the selected chart window; null when no data
99.8