Get active downtimes for a monitor

GET {{baseUrl}}/api/v2/monitor/:monitor_id/downtime_matches

Get all active downtimes for the specified monitor.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":[{"attributes":{"end":"\u003cdateTime\u003e","groups":["\u003cstring\u003e","\u003cstring\u003e"],"scope":"\u003cstring\u003e","start":"\u003cdateTime\u003e"},"id":"\u003cstring\u003e","type":"downtime_match"},{"attributes":{"end":"\u003cdateTime\u003e","groups":["\u003cstring\u003e","\u003cstring\u003e"],"scope":"\u003cstring\u003e","start":"\u003cdateTime\u003e"},"id":"\u003cstring\u003e","type":"downtime_match"}],"meta":{"page":{"total_filtered_count":"\u003clong\u003e"}}}