GET
/
executions
/
{execution_id}
/
log
curl --request GET \
  --url https://api.bolna.ai/executions/{execution_id}/log \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "Time": "f265b06a-7fa7-4fbf-8923-55d5ae9c4ba2",
      "Component": "sample-rag.pdf",
      "Direction": "5 minutes ago",
      "Leg ID": "2024-01-23T05:14:37Z",
      "Sequence ID": "2024-02-29T04:22:89Z",
      "Model": "77a3473c-c78f-4695-ba56-95b1f4f9e80b",
      "Data": "processed",
      "Input Tokens": 512,
      "Output Tokens": 15,
      "Characters": 128,
      "Final Transcript": 128,
      "Engine": 128
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

execution_id
string
required

The unique execution_id

Response

200
application/json

Retrieve specific execution raw logs

The response is of type object.