Audit Logs
List audit logs with filters
POST https://{tenant}.atomicwork.com/api/v1/audit-logs/list
List audit logs with structured filters for actor, module, and event type
Filtering
Use the filters field to narrow results. Pass an empty array or omit the field to retrieve all records.
Each filter object has the following fields:
| Field | Type | Description |
|---|---|---|
attribute | string | The field to filter on (see Supported attributes below) |
operator | string | Comparison operator (see Available operators below) |
values | array | One or more objects |
