Skip to main content
GET
Get results summary

Authorizations

Authorization
string
header
required

API key (dh_live_...) or Auth0 JWT token

Path Parameters

id
string<uuid>
required

Query Parameters

chartWindow
enum<string>

Chart window: 24h returns hourly buckets, 7d/30d/90d return daily buckets

Available options:
24h,
7d,
30d,
90d

Response

Results summary

Dashboard summary: current status, per-region latest results, and chart data

currentStatus
enum<string>
required

Derived current status across all regions

Available options:
up,
degraded,
down,
paused,
unknown
latestPerRegion
object[]
required

Latest check result per region

chartData
object[]
required

Time-bucketed chart data for the requested window

uptime24h
number<double> | null

Uptime percentage over the last 24 hours; null when no data

Example:

99.95

uptimeWindow
number<double> | null

Uptime percentage for the selected chart window; null when no data

Example:

99.8