automations_get_last_automation_trace
Fetch the most recent execution trace of any automation, with an option to retrieve only failed runs for debugging.
Instructions
Shortcut: fetch the most recent trace for an automation in one call.
Use failed_only=True to grab the latest run that didn't finish cleanly —
handy for debugging "why didn't this fire?".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| automation_id | Yes | ||
| failed_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||