audit
Retrieve audit trails for memory operations in AI agents, enabling tracking of CREATE, UPDATE, DELETE, and ROLLBACK actions with optional filtering.
Instructions
Get the audit trail of memory operations.
Args:
limit: Maximum number of audit entries to return (default 20).
operation: Optional filter by operation type (CREATE, UPDATE, DELETE, ROLLBACK).
Returns:
JSON string with audit trail entries.Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| operation | No |