list_monitors
Retrieve and filter Datadog monitors for alerting on metrics, logs, and other data using tags, names, or monitor tags.
Instructions
List all monitors from Datadog. Monitors are used for alerting on metrics, logs, and other data.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Filter monitors by tags (e.g., 'env:prod,service:web'). Leave empty to list all monitors. | |
| name | No | Filter monitors by name (substring match). Leave empty to include all monitors. | |
| monitor_tags | No | Filter monitors by monitor tags (e.g., 'team:backend'). Leave empty to include all monitors. | |
| format | No | Output format | table |
| page_size | No | Number of monitors per page (default: 50, max: 1000) | |
| page | No | Page number (0-indexed, default: 0) |