READ · 2 operations · never changes data
generate_lead_insight.
Each kind needs its own id, not a shared lead_id:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Read an existing call summary, or list lead-analysis tasks.
generate_lead_insight.
Each kind needs its own id, not a shared lead_id:
// kind=call_summary: call_record_id is required. lead_id is accepted but not used by the
// real endpoint, which is keyed by call_record_id.
search_lead_insights({ kind: "call_summary", call_record_id })
// kind=analysis_tasks: no id required; optionally page through results.
search_lead_insights({ kind: "analysis_tasks", filters: { pageNum, pageSize } })