get-monitors
List Datadog monitors filtered by name, tags, or state. Retrieve monitor details with pagination and field extraction.
Instructions
List Datadog monitors with optional filtering by name, tags, or state
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter monitors by name substring | |
| tags | No | Comma-separated tags. Example: env:prod,team:backend | |
| monitorTags | No | Comma-separated service/custom tags | |
| groupStates | No | Filter by group states: all, alert, warn, no data | |
| pageSize | No | Number of results per page (default 50) | |
| page | No | Page number (0-based) | |
| extractFields | No | Comma-separated dotted paths to project from response (e.g. 'id,name,owner.name,columns.*.name'). Use `*` as wildcard for arrays/objects. Wrap field names with dots in backticks. Reduces response tokens dramatically on large entities. |