
Core Plugins and tasks GetKeys
CertifiedList keys in the KV store by prefix.
Core Plugins and tasks GetKeys
Certified
List keys in the KV store by prefix.
Renders namespace (defaults to flow namespace) and returns all keys, optionally filtered by the prefix value. Requires namespace ACL if targeting another namespace.
yaml
type: io.kestra.plugin.core.kv.GetKeysExamples
Get keys that are prefixed by my_var.
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 }}The namespace from which to get the KV pairs
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
prefix string
The key for which to get the values
Outputs
keys array
SubTypestring
Found keys for given prefix