List Kestra flows
Lists all flows within a specified namespace or the current flow's namespace if none is provided.
yaml
type: "io.kestra.plugin.kestra.flows.List"
List flows in the current namespace
yaml
id: list_current_namespace_flows
namespace: company.team.myflow
tasks:
- id: list_flows
type: io.kestra.plugin.kestra.flows.List
kestraUrl: http://localhost:8080
auth:
username: user
password: pass
List flows in a specific namespace
yaml
id: list_specific_namespace_flows
namespace: company.team.admin
tasks:
- id: list_dev_flows
type: io.kestra.plugin.kestra.flows.List
kestraUrl: https://my-ee-instance.io
auth:
username: myuser
password: mypassword
namespace: dev.flows
tenantId: myorganization
Authentication information.
Kestra API URL, if null, http://localhost: 8080
will be used.
The namespace to list flows on, if null, will default to the namespace of the current flow.
Default
main
The tenant ID to use for the request, defaults to 'main'.
Possible Values
FAIL
WAIT
CANCEL
Possible Values
STRING
ENUM
SELECT
INT
FLOAT
BOOLEAN
BOOL
DATETIME
DATE
TIME
DURATION
FILE
JSON
URI
SECRET
ARRAY
MULTISELECT
YAML
EMAIL
Possible Values
QUEUE
CANCEL
FAIL
Possible Values
FAIL
CANCEL
NONE
Possible Values
MAX_DURATION
EXECUTION_ASSERTION
Possible Values
ERROR
WARN
INFO
DEBUG
TRACE
API token.
Password for HTTP Basic authentication.
Username for HTTP Basic authentication.
Possible Values
STRING
ENUM
SELECT
INT
FLOAT
BOOLEAN
BOOL
DATETIME
DATE
TIME
DURATION
FILE
JSON
URI
SECRET
ARRAY
MULTISELECT
YAML
EMAIL