Send Get
keychain_send_getRetrieve your Bitwarden Sends: get JSON metadata, text content, or download file bytes using the send's ID.
Instructions
Get Sends owned by you. Use text=true to return text content; downloadFile=true to download a file send (bw send get).
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. | |
| downloadFile | No | Download a file Send and return its file bytes. |