datadog_list_monitors
Retrieve Datadog monitors filtered by name or tags. Use this tool to view alert configurations and their status.
Instructions
List Datadog monitors (alerts) with optional name or tag filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Datadog API key (DD-API-KEY) | |
| app_key | Yes | Datadog Application key (DD-APPLICATION-KEY) | |
| name | No | Filter monitors by name | |
| tags | No | Comma-separated monitor tags to filter by | |
| page | No | Page number (0-indexed) | |
| page_size | No | Monitors per page (max: 1000) |