get_audit_log
Read the audit log for a date to see every recorded write operation (CREATE, UPDATE, DELETE, VOID, RECONCILE). Starting from the newest entry, offset pages backward through history for earlier records.
Instructions
Read audit log entries for a date.
Returns the human-readable text audit log, led by a
Showing X-Y of Z audit entries (date) indicator. Each write
operation (CREATE, UPDATE, DELETE, VOID, RECONCILE, etc.) is one
entry separated by a blank line. Reads are not logged.
Unlike the row-list tools, the window is anchored to the most
recent entry: offset pages backward into history (offset=0
is the newest page), since "what happened lately" is the usual
question. limit=0 returns the count only.
Args: log_date: Date to read (YYYY-MM-DD). Defaults to today. limit: Page size (default 50). 0 = count only. offset: Entries to skip back from the most recent (default 0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| log_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |