get_api_audit_log
Trace or recover from changes by reading the Mintsoft API audit log with optional filtering for write operations or specific content.
Instructions
Read the most recent entries from the Mintsoft API audit log — the append-only history of EVERY call this tooling/server makes (ts, method, write flag, path, body, status, success, affected_id). Use to trace or recover from changes. writes_only=True → only PUT/POST/DELETE; contains → only lines whose path/body matches the substring (e.g. a SKU or 'Bundle').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| contains | No | ||
| writes_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |