get_lead_timeline
Retrieve a lead's complete cross-channel activity timeline, including calls, form submissions, and text threads, with first-touch and last-touch attribution. Replaces manual searches across multiple data sources.
Instructions
Get a lead's full cross-channel activity timeline — every call, form submission, and text thread from that person in one response, with first-touch/last-touch attribution.
This replaces the manual "search calls by number + search forms by email" dance when reconstructing a customer's history.
Args:
lead_id: 'PER...' lead id (from list_leads).
account_id: Auto-resolves if omitted.
per_page: Timeline page size (max 250).
page: 1-indexed.
Returns:
JSON string with lead (the person record) and timeline[]
(chronological interaction entries, paginated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| lead_id | Yes | ||
| per_page | No | ||
| account_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |