Batches
Retrieve Batch Analysis
Retrieves the analyses for a specific batch of calls, including details of each call’s analysis.
GET
/
v1
/
batches
/
{batch_id}
/
analysis
Headers
Your API key for authentication.
Path Parameters
The unique identifier for the call batch. Returned in the response when creating a batch, or when listing all batches.
Response
Whether the request was successful or not. Possible values are success
and error
.
An error message or confirmation that the request was successful.
An array of analysis objects, each corresponding to a call within the batch.
Each analysis object includes:
call_id
,batch_id
goal
answers
- the results of the AI analysisquestions
- the original questions asked by the AI