list_chatflows
Retrieve filtered chatflows from the Flowise API, respecting optional whitelisting or blacklisting configurations. Returns a JSON-encoded string of available chatflows for integration or prediction execution.
Instructions
List all available chatflows from the Flowise API.
This function respects optional whitelisting or blacklisting if configured
via FLOWISE_CHATFLOW_WHITELIST or FLOWISE_CHATFLOW_BLACKLIST.
Returns:
str: A JSON-encoded string of filtered chatflows.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "list_chatflowsArguments",
"type": "object"
}