Status history for one monitor. 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/monitors/view |
guid
key
|
Monitor id. |
monitor_type
key
|
http, ping, tcp, ssl, or dns. |
bucket
key
|
minute, hour, or day. Selects which bucket window to return. |
ok
|
Always true on success. |
guid
|
Monitor id. |
monitor_type
|
http, ping, tcp, ssl, or dns. |
bucket
|
minute, hour, or day. Echoes the bucket requested. |
regions
|
Per-region metrics for the requested bucket. One entry for default rotation; multiple when region_mode is selected. |
regions[].region_id
|
Region id, or null for default rotation. |
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 checks 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. |