Search items
pipedrive_search_itemsGlobal search across multiple item types (deals, persons, organizations, products, leads, files, etc.). Pipedrive REST: GET /api/v2/itemSearch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Search term (at least 2 characters, required). | |
| limit | No | Max results to return (1–500, default 100). | |
| cursor | No | Opaque pagination cursor from a previous response's `next_cursor`. | |
| fields | No | Comma-separated fields to search within (depends on item types). | |
| item_types | No | Comma-separated item types to search — any of 'deal', 'person', 'organization', 'product', 'lead', 'file', 'mail_attachment', 'project'. | |
| exact_match | No | If true, only exact matches (case-insensitive) are returned. | |
| search_for_related_items | No | If true, also return items related to the matches (e.g. deals of a matched person). |