ListList
ListCertified

List Kestra flows.

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: [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

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: [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

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).

Definitions
apiTokenstring

API token

passwordstring

Password for HTTP basic authentication

usernamestring

Username for HTTP basic authentication

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.

A list of Kestra flows found

Definitions
afterExecutionarray
allowFailureboolean
allowWarningboolean
descriptionstring
disabledboolean
idstring
logLevelstring
Possible Values
ERRORWARNINFODEBUGTRACEUNKNOWN_DEFAULT_OPEN_API
logToFileboolean
retryobject
runIfstring
taskCache
enabledboolean
ttlstring
timeoutstring
typestring
versionstring
workerGroup
fallbackstring
Possible Values
FAILWAITCANCELUNKNOWN_DEFAULT_OPEN_API
keystring
checksarray
behaviorstring
Possible Values
BLOCK_EXECUTIONFAIL_EXECUTIONCREATE_EXECUTIONUNKNOWN_DEFAULT_OPEN_API
conditionstring
messagestring
stylestring
Possible Values
ERRORSUCCESSWARNINGINFOUNKNOWN_DEFAULT_OPEN_API
concurrency
behaviorstring
Possible Values
QUEUECANCELFAILUNKNOWN_DEFAULT_OPEN_API
limitinteger
deletedboolean
descriptionstring
disabledboolean
errorsarray
allowFailureboolean
allowWarningboolean
descriptionstring
disabledboolean
idstring
logLevelstring
Possible Values
ERRORWARNINFODEBUGTRACEUNKNOWN_DEFAULT_OPEN_API
logToFileboolean
retryobject
runIfstring
taskCache
enabledboolean
ttlstring
timeoutstring
typestring
versionstring
workerGroup
fallbackstring
Possible Values
FAILWAITCANCELUNKNOWN_DEFAULT_OPEN_API
keystring
idstring
inputsarray
defaultsstring
dependsOn
descriptionstring
displayNamestring
idstring
prefillstring
requiredboolean
typestring
Possible Values
STRINGENUMSELECTINTFLOATBOOLEANBOOLDATETIMEDATETIMEDURATIONFILEJSONURISECRETARRAYMULTISELECTYAMLEMAILUNKNOWN_DEFAULT_OPEN_API
labelsarray
keystring
valuestring
namespacestring
outputsarray
descriptionstring
displayNamestring
idstring
requiredboolean
typestring
Possible Values
STRINGENUMSELECTINTFLOATBOOLEANBOOLDATETIMEDATETIMEDURATIONFILEJSONURISECRETARRAYMULTISELECTYAMLEMAILUNKNOWN_DEFAULT_OPEN_API
value
pluginDefaultsarray
forcedboolean
typestring
valuesobject
retryobject
revisioninteger
slaarray
behaviorstring
Possible Values
FAILCANCELNONEUNKNOWN_DEFAULT_OPEN_API
idstring
labels
typestring
Possible Values
MAX_DURATIONEXECUTION_ASSERTIONUNKNOWN_DEFAULT_OPEN_API
tasksarray
allowFailureboolean
allowWarningboolean
descriptionstring
disabledboolean
idstring
logLevelstring
Possible Values
ERRORWARNINFODEBUGTRACEUNKNOWN_DEFAULT_OPEN_API
logToFileboolean
retryobject
runIfstring
taskCache
enabledboolean
ttlstring
timeoutstring
typestring
versionstring
workerGroup
fallbackstring
Possible Values
FAILWAITCANCELUNKNOWN_DEFAULT_OPEN_API
keystring
triggersarray
allowConcurrentboolean
assets
conditionsarray
typestring
descriptionstring
disabledboolean
failOnTriggerErrorboolean
idstring
labels
logLevelstring
Possible Values
ERRORWARNINFODEBUGTRACEUNKNOWN_DEFAULT_OPEN_API
logToFileboolean
stopAfterarray
SubTypestring
Possible Values
CREATEDSUBMITTEDRUNNINGPAUSEDRESTARTEDKILLINGSUCCESSWARNINGFAILEDKILLEDCANCELLEDQUEUEDRETRYINGRETRIEDSKIPPEDBREAKPOINTRESUBMITTEDUNKNOWN_DEFAULT_OPEN_API
typestring
versionstring
workerGroup
fallbackstring
Possible Values
FAILWAITCANCELUNKNOWN_DEFAULT_OPEN_API
keystring
variablesobject
workerGroup
fallbackstring
Possible Values
FAILWAITCANCELUNKNOWN_DEFAULT_OPEN_API
keystring