
List
List Kestra flows.
List Kestra flows.
List Kestra flows.
Lists all flows within a specified namespace or the current flow's namespace if none is provided.
type: "io.kestra.plugin.kestra.flows.List"Examples
List flows in the current namespace
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: [email protected] # pass your Kestra username as secret or KV pair
password: Admin1234 # pass your Kestra password as secret or KV pair
List flows in a specific namespace
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: [email protected] # pass your Kestra username as secret or KV pair
password: Admin1234 # pass your Kestra password as secret or KV pair
namespace: dev.flows
tenantId: myorganization
Properties
authNon-dynamic
Authentication information.
Authentication used to call the Kestra API. Uses the same credentials as Kestra login: either an API token or HTTP Basic (username/password).
io.kestra.plugin.kestra.AbstractKestraTask-Auth
API token
Password for HTTP basic authentication
Username for HTTP basic authentication
kestraUrlstring
Kestra API URL. If null, uses 'kestra.url' from configuration. If that is also null, defaults to 'http://localhost: 8080'.
namespacestring
The namespace to list flows from, if null, defaults to the namespace of the current flow.
tenantIdstring
The tenant ID to use for the request, defaults to current tenant.
Outputs
flowsarray
A list of Kestra flows found
io.kestra.sdk.model.Flow
io.kestra.sdk.model.Task
ERRORWARNINFODEBUGTRACEUNKNOWN_DEFAULT_OPEN_APIio.kestra.sdk.model.Cache
io.kestra.sdk.model.WorkerGroup
FAILWAITCANCELUNKNOWN_DEFAULT_OPEN_APIio.kestra.sdk.model.Check
BLOCK_EXECUTIONFAIL_EXECUTIONCREATE_EXECUTIONUNKNOWN_DEFAULT_OPEN_APIERRORSUCCESSWARNINGINFOUNKNOWN_DEFAULT_OPEN_APIio.kestra.sdk.model.Concurrency
QUEUECANCELFAILUNKNOWN_DEFAULT_OPEN_APIio.kestra.sdk.model.Task
ERRORWARNINFODEBUGTRACEUNKNOWN_DEFAULT_OPEN_APIio.kestra.sdk.model.Cache
io.kestra.sdk.model.WorkerGroup
FAILWAITCANCELUNKNOWN_DEFAULT_OPEN_APIio.kestra.sdk.model.InputObject
io.kestra.sdk.model.DependsOn
STRINGENUMSELECTINTFLOATBOOLEANBOOLDATETIMEDATETIMEDURATIONFILEJSONURISECRETARRAYMULTISELECTYAMLEMAILUNKNOWN_DEFAULT_OPEN_APIio.kestra.sdk.model.Label
io.kestra.sdk.model.Output
STRINGENUMSELECTINTFLOATBOOLEANBOOLDATETIMEDATETIMEDURATIONFILEJSONURISECRETARRAYMULTISELECTYAMLEMAILUNKNOWN_DEFAULT_OPEN_APIio.kestra.sdk.model.OutputValue
io.kestra.sdk.model.PluginDefault
io.kestra.sdk.model.SLA
FAILCANCELNONEUNKNOWN_DEFAULT_OPEN_APIio.kestra.sdk.model.SLALabels
MAX_DURATIONEXECUTION_ASSERTIONUNKNOWN_DEFAULT_OPEN_APIio.kestra.sdk.model.Task
ERRORWARNINFODEBUGTRACEUNKNOWN_DEFAULT_OPEN_APIio.kestra.sdk.model.Cache
io.kestra.sdk.model.WorkerGroup
FAILWAITCANCELUNKNOWN_DEFAULT_OPEN_APIio.kestra.sdk.model.AbstractTrigger
io.kestra.sdk.model.PropertyAssetsDeclaration
io.kestra.sdk.model.Condition
io.kestra.sdk.model.TheLabelsToPassToTheExecutionCreated
ERRORWARNINFODEBUGTRACEUNKNOWN_DEFAULT_OPEN_APICREATEDSUBMITTEDRUNNINGPAUSEDRESTARTEDKILLINGSUCCESSWARNINGFAILEDKILLEDCANCELLEDQUEUEDRETRYINGRETRIEDSKIPPEDBREAKPOINTRESUBMITTEDUNKNOWN_DEFAULT_OPEN_APIio.kestra.sdk.model.WorkerGroup
FAILWAITCANCELUNKNOWN_DEFAULT_OPEN_APIio.kestra.sdk.model.WorkerGroup
FAILWAITCANCELUNKNOWN_DEFAULT_OPEN_API