get-events
Retrieve Datadog events within a specified time range with optional filters for priority, source, tags, and pagination.
Instructions
Get Datadog events within a time range, optionally filtered by priority, source, or tags
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | Start time as Unix epoch seconds. Example: 1740000000 | |
| end | Yes | End time as Unix epoch seconds. Example: 1740003600 | |
| priority | No | Event priority filter | |
| sources | No | Comma-separated event sources. Example: datadog,nginx | |
| tags | No | Comma-separated tags to filter. Example: env:prod,service:api | |
| unaggregated | No | Return unaggregated events | |
| page | No | Page number for pagination |