jaydb_get
Retrieve a document by its path key from JayDB or JayDB Cloud, returning the stored content for the specified namespace.
Instructions
Retrieve a document by key from JayDB or JayDB Cloud
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The document path key, e.g. "users/123/profile" or "boards/task-4" | |
| namespace | No | Namespace name (defaults to JAYDB_NAMESPACE or "default") |