Retrieve Voice AI Agent Execution API
Fetch specific execution details of a Voice AI agent, including conversation times, statuses, and metrics, via Bolna APIs.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique id
of the agent
The unique execution_id
by the agent
Response
If the call was answered by voice mail
Batch information
Custom variable data injected in the call
Total time duration for the conversation (in seconds)
Breakdown of the costs in cents
Timestamp of agent execution
Extracted data in JSON format which was mentioned in the agent extraction_prompt
Unique identifier for the execution
Current status of the call
completed
, call-disconnected
, no-answer
, busy
, failed
, in-progress
, canceled
, balance-low
, queued
, ringing
, initiated
Telephony call data
Total cost incurred by this execution in cents
Transcription of the execution
Telephony call data
Last updated timestamp for the execution
Was this page helpful?