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
authorization
string
requiredYour API key for authentication.
Path Parameters
batch_id
string
requiredThe unique identifier for the call batch. Returned in the response when creating a batch, or when listing all batches.
Response
status
string
Whether the request was successful or not. Possible values are success
and error
.
message
string
An error message or confirmation that the request was successful.
analysis
array
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