Ping history for one heartbeat. Set bucket to minute, hour, or day to return buckets, incidents, and checks for that window only.
| Method | POST |
| Url | https://downdar.com/api/v1/heartbeats/view |
guid
key
|
Heartbeat id. |
bucket
key
|
minute, hour, or day. Selects which bucket window to return. |
ok
|
Always true on success. |
guid
|
Heartbeat id. |
bucket
|
minute, hour, or day. Echoes the bucket requested. |
regions
|
Metrics for the requested bucket. Heartbeats use a single entry with region_id null. |
regions[].region_id
|
Always null for heartbeats. |
regions[].buckets
|
Bucket grid: ts, status (unknown, up, warn, down), avg_ms, check counts. |
regions[].incidents
|
Incidents in the window: guid, status, started_at, ended_at. |
regions[].checks
|
Recent pings in the window: status, checked_at, duration_ms, error_message. |
rate_limit
|
Rate limit state for the tier this endpoint consumes. Present on every successful response. |
tier
|
Rate tier this endpoint counts against (1-5). |
cost
|
Units consumed by this request against the tier window. |
timeframe
|
Rolling limit window: second, minute, hour, or day. |
limit
|
Maximum units allowed in the timeframe for this tier on your plan. |
used
|
Units already used in the current window. |
remaining
|
Units left before this tier returns HTTP 429. |