Get
Read a key-value entry.
Get
Read a key-value entry.
yaml
type: io.kestra.plugin.core.kv.GetExamples
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
key *Requiredstring
errorOnMissing booleanstring
Default
falsenamespace string
Default
{{ flow.namespace }}