get_audit_log
Review the local audit log to see every tool call, success or error, with date and pagination filters for tracking connector activity.
Instructions
Read this server's own local audit log (every tool call, success or error). Useful for reviewing what this connector has done. Entries are already redacted (see the audit log docs) before being read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries to return (default 500, max 1000) | |
| offset | No | Entries to skip, for pagination - echo back next_offset | |
| date_to | No | Only entries on/before this date (YYYY-MM-DD) | |
| date_from | No | Only entries on/after this date (YYYY-MM-DD) |