zda_audit_logs_for_object
Retrieve audit-log events for any Zendesk object (trigger, automation, macro, or view) by specifying its type and ID. Verify if changes landed or investigate what happened to a specific object.
Instructions
Read all audit-log events for a specific object (by source_type + source_id). Read-only. Requires Zendesk Enterprise. The natural 'did my change land / what happened to this trigger' lookup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_id | Yes | The object's ID. | |
| source_type | Yes | Object type, e.g. 'trigger', 'automation', 'macro', 'view'. |