List Homey flows
homey_flows_listList all Homey automation flows, standard and advanced together, and filter by name, folder, kind, or state to find the specific flow you need.
Instructions
Lists the flows on this Homey, standard and advanced together. Filter by name, folder, kind or state. Use homey_flow_get to see what one flow actually does.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Restrict to one kind of flow. | |
| limit | No | Maximum number of flows to return. Defaults to 50. | |
| query | No | Part of the flow name. | |
| folder | No | A folder name or id. | |
| brokenOnly | No | Only flows the Homey has marked broken. Not every Homey generation reports the flag: where it does not, the result says so rather than answering with an empty list. | |
| enabledOnly | No | Only flows that are switched on. |