get_call_page_views
Display the pages browsed before and during a call with timestamps. Use with call eligibility check to debug conversion paths.
Instructions
Get the visitor's page-view history behind a call — which pages
they browsed (with timestamps) before and around dialing. Pairs
with call_eligibility_check for conversion debugging: shows the
actual session journey that led to the call.
Args: call_id: 'CAL...' id. account_id: Auto-resolves if omitted. per_page: Page size (max 250). page: 1-indexed.
Returns:
JSON string with page_views[] (paginated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| call_id | Yes | ||
| per_page | No | ||
| account_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |