search_events
Search security events in Taegis using a query string. Retrieve JSON event objects, with optional region and limit parameters for refined results.
Instructions
Search Taegis security events.
Args: query: Event query string. region: Taegis environment/region. Defaults to TAEGIS_ENVIRONMENT or "charlie". limit: Maximum number of results (default 100).
Returns: JSON array of event objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| region | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |