get-monitor
Retrieve detailed information about a specific Datadog monitor using its ID. Optionally filter by group states or extract specific fields to reduce response size.
Instructions
Get detailed information about a specific Datadog monitor by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| monitorId | Yes | Monitor ID | |
| groupStates | No | Filter by group states (e.g. alert,warn) | |
| 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. |