Skip to main content
GET
/
api
/
v1
/
call-logs
/
{call_log_id}
{
  "id": "<string>",
  "to": "<string>",
  "from_": "DeprecatedLocalTest",
  "created_at": "2023-11-07T05:31:56Z",
  "call_length": "<string>",
  "call_ended_reason": "<string>",
  "call_categorization": {},
  "recording_urls": [
    "<string>"
  ],
  "agent_data": {},
  "campaign_target_id": "<string>",
  "post_call_data": {},
  "qa": {},
  "transcripts": [
    {}
  ]
}

Path Parameters

call_log_id
integer
required

The ID of the call log to get the information.

Response

Successful Response

id
string
required
to
string
required
from_
required
Available options:
DeprecatedLocalTest,
Waiting
created_at
string<date-time>
required
call_length
string
required
call_ended_reason
string
required
call_categorization
object | null
required
recording_urls
Recording Urls · array
required
agent_data
object
required
campaign_target_id
string | null
required
post_call_data
object | null
required
qa
object | null
required
transcripts
Transcripts · object[]
required