list_deals
Search real estate deals in the CRM by filtering on pipeline, user, person, or status to get only the deals you need.
Instructions
Search for deals. (GET /deals)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Only return deals with a status of `Active`, `Archived`, or `Deleted`. | |
| userId | No | Return a list of deals for a specific user. | |
| personId | No | Return a list of deals for a specific person. | |
| extraQuery | No | Extra raw query parameters not explicitly listed above — e.g. FUB custom field filters like custom.ClosingDate on /people or /deals. Keys and values are sent as-is. | |
| pipelineId | No | Return deals for a specific pipeline only. | |
| includeDeleted | No | Set to `1` to include deals with a status of `Deleted` in the results. | |
| includeArchived | No | Set to `1` to include deals with a status of `Archived` in the results. |