GET
/
agent
/
{agent_id}
/
execution
/
{execution_id}

Authorizations

Authorization
string
header
required

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

Path Parameters

agent_id
string
required

The unique id of the agent

execution_id
string
required

The unique execution_id by the agent

Response

200 - application/json
agent_id
string
answered_by_voice_mail
boolean

If the call was answered by voice mail

batch_id
string
batch_run_details
object

Batch information

context_details
object

Custom variable data injected in the call

conversation_time
number

Total time duration for the conversation (in seconds)

cost_breakdown
object

Breakdown of the costs in cents

created_at
string

Timestamp of agent execution

extracted_data
object | null

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

id
string

Unique identifier for the execution

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
telephony_data
object

Telephony call data

total_cost
number

Total cost incurred by this execution in cents

transcript
string

Transcription of the execution

transfer_call_data
object

Telephony call data

updated_at
string

Last updated timestamp for the execution