persons_list_deals
Retrieve all deals linked to a person by ID, including deal details, timeline, owner, and organization. Filter by status and sort results. Supports pagination.
Instructions
List all deals associated with a specific person.
Returns all deals where the person is linked, including:
Deal details (title, value, stage, status)
Timeline information
Owner information
Organization information
Filters:
status: Filter by deal status (open, won, lost, deleted, all_not_deleted)
sort: Sort by specific field
Supports pagination for large result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Person ID | |
| start | No | Pagination start (default: 0) | |
| limit | No | Items per page, max 500 (default: 100) | |
| status | No | Filter by deal status | |
| sort | No | Field to sort by (e.g., "title", "value") |