list_automation_traces
Retrieve recent execution traces for Home Assistant automations to debug and monitor performance. Use automation ID to access execution history and identify issues.
Instructions
List recent execution traces for a specific automation.
Args: automation_id: Automation ID (e.g. 'motion_light' or 'automation.motion_light') domain: 'automation' or 'script' (default: 'automation') limit: Max traces to return (default: 10, max: 50)
Use run_id from results with get_automation_trace for full details.
Examples: list_automation_traces("motion_light") list_automation_traces("kitchen_lights", limit=5)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| automation_id | Yes | ||
| domain | No | automation | |
| limit | No |