Documentation Index
Fetch the complete documentation index at: https://docs.svalync.com/llms.txt
Use this file to discover all available pages before exploring further.
Get Call
The Get Call node allows you to retrieve detailed information about a single voice call.Overview
This node enables you to:- Get call status
- Access call transcript
- Retrieve recording
- View call metrics
- Get interaction details
Configuration
| Parameter | Type | Description |
|---|---|---|
| Call ID | String | ID of the call to retrieve |
| Include Recording | Boolean | Whether to include recording URL |
| Include Transcript | Boolean | Whether to include transcript |
| Include Analytics | Boolean | Whether to include analytics |
Example Usage
Basic Call Retrieval
Detailed Call Information
Response Format
Call States
Possible call states:queuedringingin-progresscompletedfailedbusyno-answercanceled
Analytics Metrics
Available call analytics:- Sentiment analysis
- Voice metrics
- Engagement scores
- Response patterns
- Call quality metrics
Error Handling
Common error scenarios:- Invalid Call ID
- Call not found
- Recording expired
- Analytics processing failed
- Permission denied