Download Call History
Downloads call history data in CSV format. Supports bulk download of call records with optional filtering. Use ‘include_analysis=true’ to include call analysis data (platform_analysis and client_analysis) in the export.
Download Call History
This endpoint queues call history data for download and sends it via email. The export includes comprehensive call records with optional filtering capabilities.Key Features
- Comprehensive Data Export: Includes call details, transcripts, recordings, and metadata
- Flexible Filtering: Filter by date range, agent, status, and more
- Analysis Data: Optionally include call analysis and insights
- Email Delivery: Secure download link sent to your email
Export Format
The download contains a CSV file with the following data:- Call basic information (ID, numbers, duration, cost)
- Call status and timestamps
- Agent and campaign details
- Transcript and recording URLs
- Custom variables and analysis data (when enabled)
Important Notes
- Processing Time: Large exports may take 5-10 minutes to process
- File Size: Very large datasets are automatically compressed
- Recording Validity: Recording URLs in the export are valid for 24 hours after each call. Download any recordings you need to keep within that window.
Headers
(Required) Your Ringg AI API key.
"7251cb4b-3373-43a4-844c-b27a1d45e0c9"
Query Parameters
Filter calls starting from this date (ISO 8601 format with timezone)
"2025-09-25T00:00:00+05:30"
Filter calls up to this date (ISO 8601 format with timezone)
"2025-09-25T23:59:59+05:30"
Filter by agent ID(s) - can be repeated for multiple agents.
["830f767a-397e-4b39-82ff-235cd344e2f9"]Filter by call status.
registered, ongoing, retry, error, completed, failed, cancelled, forwarded "completed"
Include call analysis data (platform_analysis and client_analysis) in the export.
true
Filter by call type.
inbound, outbound, webcall "outbound"
Filter by bulk list ID.
"123e4567-e89b-12d3-a456-426614174000"
Filter by voicemail status.
false
Filter by caller phone number.
"+1234567890"
Filter by callee phone number.
"+0987654321"
Filter by specific call ID.
"550e8400-e29b-41d4-a716-446655440000"
Maximum number of call records to download.
5000
Number of call records to skip for pagination.
100
Response
Call history download successful
Success message when email format is used
"Call history export has been queued. You will receive an email shortly."
