GET
/
calls
/
{call_id}
curl --request GET \
  --url https://api.puretalk.ai/api/calls/{call_id} \
  --header 'X-API-KEY: <api-key>'
{
  "msg": "<string>",
  "err": true,
  "results": {
    "call_analysis": {
      "summary": "<string>",
      "call_completion_summary": "<string>",
      "call_completion": "<string>",
      "task_completion_summary": "<string>",
      "task_completion": "<string>"
    },
    "protocol": "<string>",
    "call_id": "<string>",
    "from_number": "<string>",
    "to_number": "<string>",
    "assistant_id": "<string>",
    "assistant_name": "<string>",
    "voice_id": "<string>",
    "voice_name": "<string>",
    "start_time": "2023-11-07T05:31:56Z",
    "end_time": "2023-11-07T05:31:56Z",
    "call_duration_seconds": 123,
    "call_type": "<string>",
    "transcript": "<string>",
    "transcript_object": [
      {
        "role": "<string>",
        "content": "<string>"
      }
    ],
    "status": "<string>",
    "provider_call_id": "<string>",
    "metadata": {},
    "variables": [
      "<string>"
    ],
    "call_recording_enabled": true,
    "call_recording_url": "<string>",
    "campaign_id": "<string>"
  }
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

call_id
string
required

ID of call to return

Response

200
application/json
Call response
msg
string
err
boolean
results
object