datadog_monitor_list
List Datadog monitors filtered by name or tags. Automatically paginates up to 10,000 results when limit is omitted.
Instructions
List Datadog monitors with optional name / tags filters. limit of 0 (or omitted) auto-paginates up to 10000. Mirrors omni-dev datadog monitor list. Output is YAML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum monitors to return. `0` (or omitted) means "fetch every match", capped at 10000. | |
| monitor_tags | No | Comma-separated `key:value` tags applied via `monitor_tags`. | |
| name | No | Substring match on the monitor name. | |
| tags | No | Comma-separated `key:value` tags applied to the monitor. |