GET
/
v1
/
batches
/
{batch_id}
/
analysis

Headers

authorization
string
required

Your API key for authentication.

Path Parameters

batch_id
string
required

The 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 analysis
  • questions - the original questions asked by the AI