Get Call Extractions
Call History
Get Call Extractions
Retrieve extracted data from voice call conversations
GET
Get Call Extractions
Overview
Retrieve all data extracted from a voice call, including:- Extracted fields - Custom data points extracted from the conversation
- Extraction config - What fields were configured for extraction
- Lead outcome - Classification result (qualified, dnc, pending, etc.)
- Objective status - Whether call objective was met
extraction_fields is configured on the agent.
All extracted data is automatically white-labeled (technology provider names removed).
Authentication
Your Teli API key
Path Parameters
The call ID to retrieve extractions for
Response
Response Fields
Whether the request was successful
The call identifier
List of fields that were configured for extraction on the agent
JSONB object containing all extracted key-value pairsExample:
ISO timestamp when data was extracted
Call status:
ended, ongoing, errorWhether the call was successful
Request Examples
Get Extractions by Phone Number
Endpoint:GET /v1/voice/extractions/phone/{phone_number}
Retrieve all extractions for a specific phone number across all calls.
Path Parameters
Phone number in E.164 format (e.g.,
+15551234567)Query Parameters
Organization unique_id to filter by
Maximum results to return (max: 100)
Response
200 - Success
Request Example
cURL
Use Cases
Lead Qualification
Extract key qualifying information:Customer Support
Capture support details:Appointment Scheduling
Extract booking details:Sales Calls
Capture deal information:Best Practices
Keep fields simple - Use clear, descriptive field names (e.g.,
email, phone_number, budget)Limit field count - Extract 5-10 fields max per call for best results
Configure on agent - Set extraction_fields when creating agent for automatic extraction
Poll for results - Use Get Call Details endpoint to check when extraction is complete
Notes
Related Endpoints
- Create Voice Agent - Configure extraction_fields
- Update Voice Agent - Update extraction_fields
- Get Call Details - Get full call with transcript
- List Calls - List all calls

