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 Batch Call Details
The Get Batch Call Details node allows you to retrieve information about multiple calls in a batch operation.Overview
This node enables you to:- Get status of all calls in a batch
- Access batch analytics
- Download batch reports
- Track batch progress
- Get aggregated metrics
Configuration
| Parameter | Type | Description |
|---|---|---|
| Batch ID | String | ID of the batch to retrieve |
| Include Analytics | Boolean | Whether to include analytics |
| Include Transcripts | Boolean | Whether to include call transcripts |
| Filter | Object | Filter criteria for calls |
Example Usage
Basic Batch Details
Filtered Batch Details
Response Format
Available Filters
Filter batch calls by:Batch Analytics
Available analytics metrics:- Success rate
- Average duration
- Cost statistics
- Sentiment analysis
- Response patterns
- Engagement metrics
Error Handling
Common error scenarios:- Invalid Batch ID
- Batch not found
- Invalid filter criteria
- Analytics unavailable
- Rate limiting