get_audit_events
Retrieve audit events from Shopify to monitor staff actions and app installations. Filter by action, author, or time using query parameters.
Instructions
Fetch audit events for the store (staff actions, app installations, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Cursor for pagination | |
| first | No | Number of events to fetch (1-250, default: 50) | |
| query | No | Filter query (e.g., 'action:product_create', 'author:user@example.com') | |
| reverse | No | Reverse the sort order | |
| sortKey | No | Field to sort by |