datadog_list_events
Retrieve Datadog events within a specified time range. Filter by priority, sources, or tags to focus on relevant incidents.
Instructions
List Datadog events stream for a time range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Datadog API key | |
| app_key | Yes | Datadog Application key | |
| start | No | Start time as Unix timestamp (default: 1 hour ago) | |
| end | No | End time as Unix timestamp (default: now) | |
| priority | No | Filter by event priority | |
| sources | No | Comma-separated event sources | |
| tags | No | Comma-separated tags to filter events |