GetKeys​Get​Keys

Fetch all keys matching a given KV pair 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
Properties
Default {{ flow.namespace }}

The namespace on which to get the value.

The key for which to get the value.

SubType string

Found keys for given prefix.