Fetch a stashed value
fetch_stashUse this when you previously saved a value on this server with the stash tool and want it back. A miss is a normal result: found=false with reason "expired" (the key existed but aged out past 30 days) or "never_existed".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes |