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: admin@kestra.io # 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

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: admin@kestra.io # 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

Authentication information.

Kestra API URL. If null, uses 'kestra.url' from configuration. If that is also null, defaults to 'http://localhost: 8080'.

The namespace to list flows from, if null, defaults to the namespace of the current flow.

The tenant ID to use for the request, defaults to current tenant.

SubType

A list of Kestra flows found

Possible Values
FAILWAITCANCELUNKNOWN_DEFAULT_OPEN_API
SubType
SubType
SubType
SubType
SubType
SubType
SubType
SubType
Possible Values
STRINGENUMSELECTINTFLOATBOOLEANBOOLDATETIMEDATETIMEDURATIONFILEJSONURISECRETARRAYMULTISELECTYAMLEMAILUNKNOWN_DEFAULT_OPEN_API
Possible Values
QUEUECANCELFAILUNKNOWN_DEFAULT_OPEN_API
Possible Values
FAILCANCELNONEUNKNOWN_DEFAULT_OPEN_API
Possible Values
MAX_DURATIONEXECUTION_ASSERTIONUNKNOWN_DEFAULT_OPEN_API
Possible Values
ERRORWARNINFODEBUGTRACEUNKNOWN_DEFAULT_OPEN_API

API token

Password for HTTP basic authentication

Username for HTTP basic authentication

Possible Values
STRINGENUMSELECTINTFLOATBOOLEANBOOLDATETIMEDATETIMEDURATIONFILEJSONURISECRETARRAYMULTISELECTYAMLEMAILUNKNOWN_DEFAULT_OPEN_API
SubType
Possible Values
ERRORWARNINFODEBUGTRACEUNKNOWN_DEFAULT_OPEN_API
SubType string
Possible Values
CREATEDRUNNINGPAUSEDRESTARTEDKILLINGSUCCESSWARNINGFAILEDKILLEDCANCELLEDQUEUEDRETRYINGRETRIEDSKIPPEDBREAKPOINTUNKNOWN_DEFAULT_OPEN_API