get_acl_audit
Retrieve persisted ACL audit log entries filtered by username, reason, or time range to diagnose connection failures and audit access patterns.
Instructions
Get persisted ACL audit log entries from storage. Filter by username, reason (auth, command, key, channel), or time range. Use this to investigate why a connection is failing or audit access patterns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries to return | |
| reason | No | Filter by reason (auth, command, key, channel) | |
| endTime | No | End time (Unix timestamp ms) | |
| username | No | Filter by username | |
| startTime | No | Start time (Unix timestamp ms) | |
| instanceId | No | Optional instance ID override |