get_trigger
Retrieve a Zendesk trigger by ID to view its complete conditions and actions. Use after listing triggers to inspect a specific rule's details for audits.
Instructions
Fetch one trigger by ID with full conditions and actions. Use after list_triggers / find_triggers_by_* to inspect a specific rule's body. For health audits over the whole trigger set, prefer audit_trigger_health.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Trigger ID | |
| instance | No | Override the sticky instance for this call |