get_audit_logs
Review write operations across sessions by retrieving recent entries from the persistent audit log, including sends, moves, deletes, and draft actions. Use to verify mutations executed by the server.
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. |