products_list_deals
Get all deals with a specific product attached, filterable by deal status, to track usage and analyze product performance.
Instructions
Get all deals where a specific product is attached.
Returns a list of deals that have this product in their products list. This is useful for:
Tracking product usage across deals
Analyzing product performance
Finding deals with specific products
Revenue forecasting by product
Filter options:
status: Filter by deal status (open, won, lost, deleted, all_not_deleted)
Each deal includes full deal information plus product attachment details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Product ID | |
| limit | No | Items per page, max 500 | |
| start | No | Pagination start (default: 0) | |
| status | No | Filter by deal status |