persons_list_activities
Retrieve all activities linked to a person, including calls and tasks, with filters by completion status and pagination for large result sets.
Instructions
List all activities associated with a specific person.
Returns all activities (calls, meetings, tasks, etc.) linked to the person, including:
Activity details (type, subject, description)
Due date and time
Completion status
Owner/assignee information
Related deal/organization
Filters:
done: Filter by completion status (true=completed, false=pending)
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) | |
| done | No | Filter by completion status (true=completed, false=pending) |