Executions & calls data
Retrieve Voice AI Execution Raw Logs API
Fetch raw logs of a specific phone call execution by its ID using Bolna APIs. This includes prompts, requests, responses, and optional LLM reasoning summaries when available.
GET
cURL
For each item in
data, when component is llm and type is response, the assistant text is in data. If the model exposed traceable reasoning for that turn, reasoning_content is also set; otherwise the field is omitted. Use this to debug or display model thinking alongside the spoken reply.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique execution_id
Previous
Get all batch executionsRetrieve all executions for specific batches using Bolna APIs. This endpoint provides detailed information on each call's outcome and metrics within the batch.
Next
cURL

