cloudflare.kv.get
Node ID: cloudflare.kv.get
Category: io
Inputs
Section titled “Inputs”| Input | Type | Description |
|---|---|---|
key (required) | string | Key to retrieve |
Outputs
Section titled “Outputs”| Output | Type | Description |
|---|---|---|
value | object | Retrieved value (null if not found) |
exists | boolean | Whether the key exists |
metadata | object | Key metadata |