Retrieve an object
getRetrieve stored objects, automatically decrypting encrypted data with the local key; use local_path to save files instead of returning inline text.
Instructions
Retrieve an object. Encrypted objects (the default for anything stored through this server) are decrypted automatically with the local key; retrieval from a machine without that key will fail, which is the intended property. Small text objects return inline; pass local_path for anything else.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| local_path | No | Save to this path instead of returning inline |