GET
/
batches
/
{batch_id}
/
executions

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

batch_id
string
required

The ID of the batch

Response

200 - application/json
id
string

Unique identifier for the execution

agent_id
string
batch_id
string
conversation_time
number

Total time duration for the conversation (in seconds)

total_cost
number

Total cost incurred by this execution in cents

status
enum<string>

Current status of the call

Available options:
completed,
call-disconnected,
no-answer,
busy,
failed,
in-progress,
canceled,
balance-low,
queued,
ringing,
initiated
answered_by_voice_mail
boolean

If the call was answered by voice mail

transcript
string

Transcription of the execution

created_at
string

Timestamp of agent execution

updated_at
string

Last updated timestamp for the execution

cost_breakdown
object

Breakdown of the costs in cents

telephony_data
object

Telephony call data

transfer_call_data
object

Telephony call data

batch_run_details
object

Batch information

extracted_data
object | null

Extracted data in JSON format which was mentioned in the agent extraction_prompt

context_details
object

Custom variable data injected in the call