Call tracking: call by ID
calltracking_get_call_by_idFetch call metadata by call ID: get call time, talk and wait durations, buyer and seller phone numbers, protective number, and listing item ID.
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. |