list_monitors
List Datadog monitors with optional filters by name, tags, status, or type to find specific monitors for investigation.
Instructions
List Datadog monitors with optional filtering by name, tags, status, or type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter monitors by name (substring match) | |
| page | No | Page number (0-indexed) | |
| tags | No | Comma-separated tags to filter by. E.g. 'env:prod,team:backend' | |
| type | No | Filter by monitor type (e.g. 'metric alert', 'service check') | |
| status | No | Filter by monitor status | |
| pageSize | No | Results per page |