list_calls
Retrieve paginated call logs filtered by company, date range, source, or answered status. Include optional fields like keywords, landing page, and UTM parameters for detailed analysis.
Instructions
List calls. Paginated. Filterable by company, date window, source, answered status.
Args:
account_id: Auto-resolves if omitted.
company_id: Filter to one company. Omit for all companies.
days: Lookback in days (default 7). Ignored if start_date provided.
start_date: 'YYYY-MM-DD'.
end_date: 'YYYY-MM-DD' (defaults to today).
source: Filter (e.g. 'google_paid', 'google_organic', 'direct', 'bing_paid').
answered: 'true' or 'false'.
per_page: Max 250.
page: 1-indexed.
fields: Comma-separated additional fields to include, e.g.
'company_name,source_name,keywords,landing_page_url,device,
first_call,value,tags,note,gclid,fbclid,utm_source,utm_medium,
utm_campaign,utm_content,utm_term,referrer_domain'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | ||
| company_id | No | ||
| days | No | ||
| start_date | No | ||
| end_date | No | ||
| source | No | ||
| answered | No | ||
| per_page | No | ||
| page | No | ||
| fields | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |