kv_get
Retrieve key-value pairs from a Codehooks.io database space using pattern matching with wildcards to access stored data efficiently.
Instructions
Retrieve key-value pair(s) from a space. Supports pattern matching with wildcards.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Key to match, or key* to fetch list | * |
| keyspace | No | Keyspace to scan | |
| text | No | Output info as text line |