Gets keys matching a given prefix.
yaml
type: "io.kestra.plugin.core.kv.GetKeys"
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
Dynamic YES
Default {{ flow.namespace }}
The namespace on which to get the value.
Dynamic YES
The key for which to get the value.
SubType string
Found keys for given prefix.