Send Get
keychain_send_getRetrieve a Bitwarden Send by ID, returning text content or file metadata with an access URL. Use that URL with receive to download file bytes.
Instructions
Get Sends owned by you. Use text=true to return text content; file Sends return metadata including accessUrl. To download file Send bytes, call receive with that accessUrl and downloadFile=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Stable Bitwarden object id returned by list/search/get/create tools. | |
| text | No | Return the Send text content instead of JSON metadata. |