---
title: "Get active downtimes for a monitor"
method: GET
path: "/api/v2/monitor/{monitor_id}/downtime_matches"
tags: ["Downtimes"]
---

# Get active downtimes for a monitor

`GET /api/v2/monitor/{monitor_id}/downtime_matches`

Get all active downtimes for the specified monitor.

## Path parameters

- `monitor_id` integer, required

## Query parameters

- `page[offset]` integer
- `page[limit]` integer

## Response `200`

OK

- MonitorDowntimeMatchResponse — Response for retrieving all downtime matches for a monitor.
  - `data` MonitorDowntimeMatchResponseData[] — An array of downtime matches.
    - `attributes` MonitorDowntimeMatchResponseAttributes — Downtime match details.
      - `end` string, date-time, nullable — The end of the downtime.
      - `groups` string[] — An array of groups associated with the downtime.
      - `scope` string — The scope to which the downtime applies. Must follow the [common search syntax](https://docs.datadoghq.com/logs/explorer/search_syntax/).
      - `start` string, date-time — The start of the downtime.
    - `id` string, nullable — The downtime ID.
    - `type` 'downtime_match' — Monitor Downtime Match resource type.
  - `meta` DowntimeMeta — Pagination metadata returned by the API.
    - `page` DowntimeMetaPage — Object containing the total filtered count.
      - `total_filtered_count` integer — Total count of elements matched by the filter.

## Other responses

- `404` — Monitor Not Found error
- `429` — Too many requests

---

[API](https://skmtc.dev/datadog/apis/api-v2.md) · [All operations](https://skmtc.dev/datadog/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/datadog/api-v2/revisions/da68bf029e4c/schema)
