get_audit_logs
Review persistent audit log entries for sends, moves, deletes, and draft operations across sessions. Tracks write mutations that persist beyond the current session.
Instructions
Return recent entries from the persistent on-disk audit log of all write operations performed by this server. Use to review what mutations (sends, moves, deletes, draft operations) were executed across sessions. Prefer get_logs for debugging in-session behavior and transient connection errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | Number of records to skip for pagination. |