Get Item
keychain_get_itemRetrieve a full vault item by its stable ID, with secret fields redacted by default. Optionally reveal secrets when permitted.
Instructions
Get the full vault item by stable item id. Secret fields and signed attachment URLs are redacted by default; pass reveal=true only when the caller is allowed to receive secrets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Stable Bitwarden object id returned by list/search/get/create tools. | |
| reveal | No | Whether secret values are returned; default false and can be forced false by NOREVEAL. |