Call history
List agent executions
Retrieve all executions by an agent
GET
/
agent
/
{agent_id}
/
executions
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
agent_id
string
requiredThe unique id
of the agent
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 in this 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
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
usage_breakdown
object
Cost breakdown for the execution
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
extraction_webhook_status
boolean | null
Status of the extraction webhook URL setup in the agent
Was this page helpful?