search-audit-logs
Search Datadog audit logs to track organization activity, including user actions and resource changes, with customizable queries and time ranges.
Instructions
Search Datadog audit logs for organization activity tracking (user actions, resource changes)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Audit log search query. Example: @action:created @resource_type:dashboard | * |
| from | Yes | Start time (ISO 8601 or relative). Example: 2026-03-01T00:00:00Z or now-24h | |
| to | Yes | End time (ISO 8601 or relative). Example: 2026-03-02T00:00:00Z or now | |
| limit | No | Max results (default 50, max 1000) | |
| sort | No | Sort order: -timestamp (newest first) or timestamp (oldest first) | -timestamp |