audit_query
Find specific operations in the audit log by filtering on operation type, agent ID, entity name, or date range.
Instructions
Query the audit log for operations matching filter criteria (operation type, agent ID, entity name, date range)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default: 50) | |
| since | No | Only entries at or after this ISO 8601 timestamp | |
| until | No | Only entries at or before this ISO 8601 timestamp | |
| agentId | No | Filter by agent identifier | |
| operation | No | Filter by operation type | |
| entityName | No | Filter by entity name |