audit_query
Filter and retrieve audit log entries by operation type, agent, entity, or date range to trace changes in the knowledge graph.
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 |