deals_list_participants
List all people participating in a deal, showing details and deal_participant_id. Supports pagination for large participant lists.
Instructions
List all participants of a deal.
Returns all persons participating in this deal.
Workflow tips:
Shows person details for each participant
Includes deal_participant_id needed for removal
Paginated for deals with many participants
Cached for 5 minutes
Common use cases:
View all participants: { "id": 123 }
Paginated list: { "id": 123, "start": 0, "limit": 50 }
Before removing: list to get deal_participant_id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the deal | |
| start | No | Pagination start | |
| limit | No | Number of items to return |