Search Items
keychain_search_itemsSearch vault items by text and apply filters for type, organization, folder, collection, URL, trash status, and result limit.
Instructions
Search vault items by text and filters (org/folder/collection/url). This wraps bw list items --search, which does not reliably search custom field values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Optional text filter for item names, usernames, URIs, and other indexed fields. Custom field values are not reliably searched. | |
| type | No | Optional item type filter: login, note, ssh_key, card, or identity. | |
| organizationId | No | Bitwarden organization id filter for org-scoped item search. | |
| folderId | No | Personal folder id, not an organization collection id. | |
| collectionId | No | Bitwarden collection id, not a folder id. | |
| url | No | Optional URL filter for item lookup. | |
| trash | No | Search items in trash when true. | |
| limit | No | Maximum returned rows (1-500). |