get_automation_trace
Retrieve detailed trace data for a specific automation run to analyze triggers, conditions, actions, and errors for debugging purposes.
Instructions
Get detailed trace for a specific automation run (trigger, conditions, actions, errors).
Args: automation_id: Automation ID (e.g. 'motion_light') run_id: Run/trace ID from list_automation_traces domain: 'automation' or 'script' (default: 'automation')
Examples: get_automation_trace("motion_light", "1700000000.123456")
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| automation_id | Yes | ||
| run_id | Yes | ||
| domain | No | automation |