Search deals
pipedrive_search_dealsSearch deals by term across selected fields. Pipedrive REST: GET /api/v2/deals/search.
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 — any of 'custom_fields', 'notes', 'title'. | |
| status | No | Restrict to deals with this status — 'open', 'won' or 'lost'. | |
| person_id | No | Restrict to deals linked to this person id. | |
| exact_match | No | If true, only exact matches (case-insensitive) are returned. | |
| organization_id | No | Restrict to deals linked to this organization id. |