Recipe Runs
recipe_runsShows the history of past recipe runs and their results (recorded by recipe_run), so you can reuse, compare, or debug an automation. Pass name for one recipe's runs, or omit for a compact history across all recipes. Pass run_id (with name) to get that run in full detail. Newest first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Recipe name; omit for runs across all recipes. | |
| limit | No | Max runs to return (default 20). | |
| run_id | No | Return this one run in full detail (requires name). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runs | No | ||
| count | No | ||
| recipe | No | Recipe name when scoped, null for the all-recipes history. |