cURL
curl --request GET \ --url https://api.example.com/api/v1/call-logs/{call_log_id}
{ "id": "<string>", "to": "<string>", "from_": "<string>", "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": [ {} ] }
Get detailed information for a specific call log.
The ID of the call log to get the information.
Whether to include recordings.
Successful Response
"DeprecatedLocalTest"
Show child attributes