Send Get
keychain_send_getRetrieve your Bitwarden Sends by providing the object ID. Returns text content or metadata with access URL for file downloads.
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. |