Get ​Get

yaml
type: "io.kestra.plugin.core.kv.get"
yaml
id: kv_store_get
namespace: company.team

tasks:
  - id: kv_get
    type: io.kestra.plugin.core.kv.Get
    key: my_variable
    namespace: company # the current namespace is used by default
    errorOnMissing: true
Properties
Default false
Default {{ flow.namespace }}