provider Downtimes GET /api/v2/monitor/{monitor_id}/downtime_matches
@utdk/datadog /api/v2/monitor/{monitor_id}/downtime_matches
Get active downtimes for a monitor
Get all active downtimes for the specified monitor.
monitor_id path required
The id of the monitor.
integer
page[offset] query
Specific offset to use as the beginning of the returned page.
integer
page[limit] query
Maximum number of downtimes in the response.
integer

Try it

Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

listmonitordowntimes
GET/api/v2/monitor/{monitor_id}/downtime_matches
Get all active downtimes for the specified monitor.

Parameters

required

The id of the monitor.

Specific offset to use as the beginning of the returned page.

Maximum number of downtimes in the response.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.listmonitordowntimes({
  "page[offset]": 0,
  "page[limit]": 30
})