External DocumentationTo learn more, visit the Datadog documentation.
Actions
List Monitors
Get details about the specified monitor from your organization.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Name | A string to filter monitors by name. |
| Parameter | Description |
|---|---|
| Group States | When specified, shows additional information about the group states. Choose one or more from all, alert, warn, and no data. |
[
{
"id": 145820741,
"org_id": 225105,
"type": "<string>",
"name": "<string>",
"message": "<string>",
"tags": [
"<string>",
"<string>"
],
"query": "<string>",
"options": {
"notification_preset_name": "<string>",
"on_missing_data": "<string>",
"notify_audit": false,
"new_host_delay": 190,
"include_tags": true,
"silenced": {}
},
"multi": false,
"created_at": 2767540764443,
"created": "<string>",
"modified": "<string>",
"deleted": null,
"priority": 1,
"restricted_roles": null,
"overall_state_modified": "<string>",
"overall_state": "<string>",
"creator": {
"name": "<string>",
"email": "<string>",
"handle": "<string>",
"id": 7897795
},
"matching_downtimes": []
},
{
"id": 136738180,
"org_id": 187634,
"type": "<string>",
"name": "<string>",
"message": "<string>",
"tags": [
"<string>",
"<string>"
],
"query": "<string>",
"options": {
"notification_preset_name": "<string>",
"on_missing_data": "<string>",
"notify_audit": false,
"new_host_delay": 46,
"include_tags": true,
"silenced": {}
},
"multi": false,
"created_at": 1531388961462,
"created": "<string>",
"modified": "<string>",
"deleted": null,
"priority": 1,
"restricted_roles": null,
"overall_state_modified": "<string>",
"overall_state": "<string>",
"creator": {
"name": "<string>",
"email": "<string>",
"handle": "<string>",
"id": 7655209
},
"matching_downtimes": []
}
]
Was this page helpful?