products_list_deals
Retrieve all deals containing a specific product to track usage, analyze performance, and forecast revenue. Filter by deal status.
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 | |
| start | No | Pagination start (default: 0) | |
| limit | No | Items per page, max 500 | |
| status | No | Filter by deal status |