Get all monitor details. This endpoint allows you to retrieve information about all monitors configured in your organization. You can filter by group states, name, tags, and use pagination to manage large result sets.
namestringFilter monitors by name (substring match)
pageintegerThe page to start paginating from. If this argument is not specified, the request returns all monitors without pagination. Both `page` and `page_size` must be set together to enable pagination; omitting either returns all monitors unpaginated. Iterate through pages (starting at…
tagsarrayA comma separated list indicating what tags, if any, should be used to filter the list of monitors by scope. For example host:host0.
id_offsetintegerMonitor ID offset for pagination
page_sizeintegerThe number of monitors to return per page. If the page argument is not specified, the default behavior returns all monitors without pagination. Page size is capped at 100.
group_statesarrayWhen specified, shows additional information about the group states. Choose one or more from Alert, Warn, or No Data.
monitor_tagsarrayA comma separated list indicating what service and/or custom tags, if any, should be used to filter the list of monitors. Tags created in the Datadog UI automatically have the service key prepended. For example service:my-app.
with_downtimesbooleanIf this argument is set to true, then the returned data includes all current downtimes for the monitor.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action