activities_list_by_deal
List all activities tied to a deal. Filter by done status and paginate results for easy review.
Instructions
List all activities associated with a specific deal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deal_id | Yes | Deal ID to filter activities by | |
| done | No | Filter by done status (true for done, false for not done) | |
| start | No | Pagination start | |
| limit | No | Items per page |