read_audit_log
Retrieve the most recent entries from the audit log for destructive operations. Filter by event type to track proposed, approved, or result events.
Instructions
Read the last N lines of the audit log for destructive operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | Number of most recent log entries to return. | |
| event_type | No | Optional filter: ``operation_proposed``, ``operation_approved``, or ``operation_result``. When omitted, returns all events. |