audit
Retrieve the audit trail of memory operations. Filter by operation type and limit the number of entries.
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
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| operation | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |