List User Audit Logs
lyzr_list_user_audit_logsRetrieve audit logs for a specific user by ID. Use filters like action, result, time range, and resource type to analyze user activity and events.
Instructions
Get audit logs for a specific user by ID, with optional filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results (default 100) | |
| action | No | Filter by action type | |
| offset | No | Number of results to skip (default 0) | |
| result | No | Filter by result | |
| user_id | Yes | The user ID whose audit logs to fetch | |
| end_time | No | End time for time range filter (ISO 8601 date-time) | |
| start_time | No | Start time for time range filter (ISO 8601 date-time) | |
| resource_type | No | Filter by resource type |