audit_search
Retrieve records from the audit log to verify past write attempts or review rate-limits. Supports filtering by kind, target, status, and time.
Instructions
Read-only. Query the local audit.jsonl log of every write this server has performed (or attempted). Filters compose with AND. Use to debug 'did I post that?' or to pull rate-limit history. For a quick count summary use dedup_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| target | No | ||
| status | No | ||
| since | No | ||
| limit | No |