audit_logs_search
Find specific audit log entries by filtering on component, user, message, or time. Sort and paginate results to pinpoint security-related events.
Instructions
Search audit logs. Filterable/sortable by: Component, Comment, CreatedTime, Message, UserName, DetailMessage. Requires 'Read' on 'Security'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Records to skip | |
| take | No | Records to return | |
| filter | No | OData-style filter, e.g. "Name eq 'X'" | |
| sortBy | No | Column to sort by | |
| sortOrder | No |