GetKeys
List keys in the KV store by prefix.
GetKeys
List keys in the KV store by prefix.
yaml
type: io.kestra.plugin.core.kv.GetKeysExamples
yaml
id: kv_store_getkeys
namespace: company.team
tasks:
- id: kv_getkeys
type: io.kestra.plugin.core.kv.GetKeys
prefix: my_var
namespace: dev # the current namespace of the flow will be used by default
Properties
namespace string
Default
{{ flow.namespace }}prefix string
Outputs
keys array
SubTypestring