zda_audit_logs
Read Zendesk audit logs to verify changes and detect configuration drift. Filter by object type, user, or time range.
Instructions
Read the Zendesk audit log (who changed what, when). Filter by source_type, actor_id, and time window. Read-only. Requires Zendesk Enterprise. Use this to verify a change landed or to detect config drift.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor_id | No | Filter by the acting user's ID. | |
| source_type | No | Filter by object type, e.g. 'trigger', 'automation', 'macro', 'view', 'user', 'group'. | |
| created_after | No | ISO 8601 timestamp; only events at/after this time. | |
| created_before | No | ISO 8601 timestamp; upper bound of a time range. Must be paired with created_after — Zendesk's audit filter is a range, so created_before alone is ignored as an upper bound. |