List Resource Audit Logs
lyzr_list_resource_audit_logsRetrieve audit logs for any resource type and ID, filterable by action, result, and time range to track changes and access.
Instructions
Get audit logs for a specific resource type and ID, with optional filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results (default 50) | |
| action | No | Filter by action type | |
| offset | No | Number of results to skip (default 0) | |
| result | No | Filter by result | |
| 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_id | Yes | Resource ID to fetch audit logs for | |
| resource_type | Yes | Resource type to fetch audit logs for |