Get Call Details
The Get Call Details node allows you to retrieve comprehensive information about specific voice calls.Overview
This node enables you to:- Get call status and duration
- Access conversation transcripts
- Retrieve call recordings
- View call analytics
- Get response data
Configuration
Parameter | Type | Description |
---|---|---|
Call ID | String | ID of the call to retrieve |
Include Transcript | Boolean | Whether to include conversation transcript |
Include Recording | Boolean | Whether to include call recording URL |
Include Analytics | Boolean | Whether to include call analytics |
Example Usage
Basic Call Details
Full Call Information
Response Format
Available Data
Basic Information
- Call ID
- Status
- Duration
- Start/End times
- Phone number
- Direction
- Cost
Transcript Data
- Conversation segments
- Speaker identification
- Timestamps
- Text content
Analytics
- Sentiment analysis
- Engagement metrics
- Talk ratio
- Response patterns
Recording
- Audio file URL
- Format
- Duration
- Quality
Error Handling
Common error scenarios:- Invalid Call ID
- Call not found
- Insufficient permissions
- Recording unavailable
- Analytics processing failed