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 on, if null, will default 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
FAILWAITCANCEL
SubType
SubType
SubType
SubType
SubType
SubType
SubType
SubType
SubType
Possible Values
STRINGENUMSELECTINTFLOATBOOLEANBOOLDATETIMEDATETIMEDURATIONFILEJSONURISECRETARRAYMULTISELECTYAMLEMAIL
Possible Values
QUEUECANCELFAIL
Possible Values
FAILCANCELNONE
Possible Values
MAX_DURATIONEXECUTION_ASSERTION
Possible Values
ERRORWARNINFODEBUGTRACE

API token.

Password for HTTP Basic authentication.

Username for HTTP Basic authentication.

Possible Values
STRINGENUMSELECTINTFLOATBOOLEANBOOLDATETIMEDATETIMEDURATIONFILEJSONURISECRETARRAYMULTISELECTYAMLEMAIL
SubType
Possible Values
ERRORWARNINFODEBUGTRACE
SubType string
Possible Values
CREATEDRUNNINGPAUSEDRESTARTEDKILLINGSUCCESSWARNINGFAILEDKILLEDCANCELLEDQUEUEDRETRYINGRETRIEDSKIPPEDBREAKPOINT