slide_list_audit_logs
Retrieve audit log entries with filters for action, resource type, client, and time range to track changes in Slide backup/BDR environments.
Instructions
List audit log entries, filterable by action name, resource type, client, and audit-time range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of items to return per page. Defaults to 10. | |
| offset | No | Starting index for pagination. Defaults to 0. | |
| sort_by | No | Field to sort by. Defaults to "audit_time". | |
| sort_asc | No | Sort in ascending order. Defaults to false (descending). | |
| client_id | No | Filter by client. | |
| audit_time_after | No | Filter audit logs to after a specific audit timestamp (RFC3339 format). | |
| audit_action_name | No | Filter by audit action name (see slide_list_audit_actions). | |
| audit_time_before | No | Filter audit logs to before a specific audit timestamp (RFC3339 format). | |
| audit_resource_type_name | No | Filter by audit resource type name (see slide_list_audit_resource_types). |