Get Tasks For Contact
get_tasks_attached_to_contactRetrieve all tasks for a contact with full data in one request. Use count_only=true for accurate task counts without extra calls.
Instructions
Retrieve all tasks for a specific contact. RETURNS FULL DATA: Each result includes all task fields - no need to call get_task afterward. Use count_only=true for accurate counts without returning the full result set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| contact_id | Yes | The ContactId to get tasks for | |
| count_only | No | When true, auto-paginates and returns only total count and breakdowns (no results array). | |
| max_results | No | Max results (default 500) |