scalix_kv_get
Read a single value from the project's key-value store by exact key. Returns the stored value, or a not-found error if the key does not exist or its TTL has expired. Use scalix_kv_list to discover keys by prefix first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Exact key to look up (case-sensitive) |