Export audit logs to CSV
POST https://{tenant}.atomicwork.com/api/v1/audit-logs/export
Triggers an export of audit logs to CSV file. The export is processed asynchronously and an email with download link is sent upon completion.
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 |