tie_search_events
Search Active Directory security events by directory IDs and date range, with optional filtering and ordering.
Instructions
Search AD security events within a date range.
Args: directory_ids: One or more directory ids to search (see resource="directories"). date_start: ISO 8601 start of range, e.g. "2026-07-01T00:00:00.000Z". date_end: ISO 8601 end of range. profile_id: Security profile id (default 1). expression: Optional filter expression object. Defaults to {} (no filter). order: Optional ordering object, e.g. {"column": "date", "direction": "desc"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | No | ||
| date_end | Yes | ||
| date_start | Yes | ||
| expression | No | ||
| profile_id | No | ||
| directory_ids | Yes |