List Events
list_eventsList Automox organization events filtered by policy, device, user, event name, or date range. Retrieve event details including policy patch status codes.
Instructions
List Automox organization events with optional filters by policy, device, user, event name, or date range. For policy/patch events, data.status is the raw process exit code (arrives as string or int): '0' = success; negative values on Windows are NTSTATUS codes as signed 32-bit ints (e.g. '-1073741502' = 0xC0000142).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| user_id | No | ||
| end_date | No | ||
| policy_id | No | ||
| server_id | No | ||
| count_only | No | ||
| event_name | No | ||
| start_date | No | ||
| output_format | No | json |