list_leads
Retrieve deduplicated person records from calls, forms, and texts. Each lead has name, phone, email, and company details.
Instructions
List leads (unique people) across calls, forms, and texts.
A lead is CallRail's deduplicated person record — one entry per
customer regardless of how many times they called / submitted /
texted. Use get_lead_timeline for a lead's full cross-channel
history.
Args: account_id: Auto-resolves if omitted. company_id: Filter to one company. per_page: Page size (max 250). page: 1-indexed.
Returns:
JSON string with page, per_page, total_pages,
total_records, and leads[]. Each lead has id ('PER...'),
name, phone, email, company_id, company_name, created_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| per_page | No | ||
| account_id | No | ||
| company_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |