cURL
curl --request GET \ --url https://api.callhq.ai/api/calls/details \ --header 'x-api-key: <api-key>'
{ "message": "<string>", "calls": [ { "id": "<string>", "assistantId": "<string>", "phoneNumberId": "<string>", "createdAt": "<string>", "updatedAt": "<string>" } ] }
Filter by specific call ID.
List of call records retrieved successfully.
The response is of type object.
object