Get Pipeline Items For Contact
get_pipeline_items_attached_to_contactRetrieve all pipeline items for a contact across all pipelines, returning full data for each item. Use count_only for counts without full results.
Instructions
Retrieve all pipeline items for a specific contact. RETURNS FULL DATA: Each result includes all pipeline item fields - no need to call get_pipeline_item afterward. Returns items across all pipelines that the contact is in. 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 pipeline items 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) |