list_chatflows
Retrieve a list of available chatflows on your Flowise instance. Returns id and name for each chatflow that matches configured filters.
Instructions
List the Flowise chatflows available on the configured instance.
Returns a JSON array of {"id", "name"} objects for each chatflow that
passes the configured whitelist/blacklist filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |