Call tracking: call by ID
calltracking_get_call_by_idRetrieve call metadata including timestamps, talk/wait durations, buyer/seller phone numbers, virtual number, and listing itemId using a specific callId.
Instructions
Returns metadata for a single call-tracking call by its callId (read-only): call time, talk and wait durations, buyer/seller phone numbers, the protective (virtual) number, and the listing itemId. Use this when you know a specific callId; to query calls over a time range use calltracking_get_calls, and for the conversation audio recording use calltracking_get_record_by_call_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| callId | Yes | Call identifier (callId) obtained from calltracking_get_calls. |