Executions
Retrieve Voice AI Execution Raw Logs API
Fetch raw logs of a phone call execution by ID via the Bolna API, including prompts, requests, responses, and optional LLM reasoning summaries.
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

