audit
Retrieve audit trail of memory operations with optional filtering by operation type (CREATE, UPDATE, DELETE, ROLLBACK) and limit on 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 |