log_events
Retrieve recent audit events from the log. Filter by save, delete, or restore action and set the number of events to return.
Instructions
Read recent entries from the audit event log (.events.jsonl). Returns the last N events, optionally filtered by action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tail | No | How many recent events to return (default 20) | |
| action | No | Filter by action (save | delete | restore) |