call_logs_get
Retrieve complete details of a specific call log by ID, including phone numbers, duration, outcome, and linked records.
Instructions
Get details of a specific call log by ID.
Retrieves complete information about a single call log including phone numbers, duration, outcome, and linked records.
Workflow tips:
Use call_logs/list to find call log IDs first
Response includes all call details and associations
Shows if there is a recording attached (has_recording)
Cached for 5 minutes for better performance
Common use cases:
Get call details: { "id": "CAd92b224eb4a39b5ad8fea92ff0e" }
Check call outcome and duration
Review call notes and associations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the call log to retrieve |