
GetKeys
Fetch all keys matching a given KV pair prefix.
GetKeys
Fetch all keys matching a given KV pair prefix.
Fetch all keys matching a given KV pair prefix.
yaml
type: "io.kestra.plugin.core.kv.GetKeys"Examples
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
namespacestring
Default
{{ flow.namespace }}The namespace from which to get the KV pairs
prefixstring
The key for which to get the values
Outputs
keysarray
SubTypestring
Found keys for given prefix