Skip to main content
GET
Retrieve the contact and its call history within the organization associated with your API key. To start from a phone number, resolve the contact ID first.
string
requerido
Your organization API key.
string
requerido
The contact UUID.
This route does not expose date, direction, or status query filters. Use List calls when you need those filters.

Response

The response uses the standard statusCode and data envelope.
number
HTTP status of the successful request.
object
The contact associated with this history.
object
The history summary, containing call_attempts, last_call, and calls.
number
Number of recorded call attempts.
object
Most recent call when history is available.
object[]
Recorded calls. Fields include direction, status, duration (string), from, call_record, start_at, finished_at, price, price_unit, call_analysis, type, created_at, and chat_history. Recording, analysis, and timing values depend on the call; handle unavailable values before rendering them.
Check the API key and selected organization if the contact cannot be found. A successful response confirms the lookup; it does not imply that every call has a recording or completed analysis.