Aurion Docs
Api

Get Call Transcript

GET
/api/v1/calls/{call_id}/transcript
AuthorizationBearer <token>

In: header

Path Parameters

call_id*string
Formatuuid

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/calls/497f6eca-6276-4993-bfeb-53cbbbba6f08/transcript"
{
  "call_id": "string",
  "exchanges": [
    {
      "agent_response": "string",
      "error": true,
      "error_message": "string",
      "exchange_timestamp": "string",
      "sequence_number": 0,
      "user_transcript": "string"
    }
  ]
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}