Executions & calls data
Get all agent executions
Retrieve all executions by an agent
GET
/
agent
/
{agent_id}
/
executions
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique id
of the agent
Response
200 - application/json
Unique identifier for the execution
Total time duration for the conversation (in seconds)
Total cost incurred by this execution in cents
Current status of the call
Available options:
completed
, call-disconnected
, no-answer
, busy
, failed
, in-progress
, canceled
, balance-low
, queued
, ringing
, initiated
If the call was answered by voice mail
Transcription of the execution
Timestamp of agent execution
Last updated timestamp for the execution
Breakdown of the costs in cents
Telephony call data
Telephony call data
Batch information
Extracted data in JSON format which was mentioned in the agent extraction_prompt
Custom variable data injected in the call
Was this page helpful?