cURL
curl --request GET \ --url https://api.callhq.ai/api/calls \ --header 'x-api-key: <api-key>'
{ "message": "<string>", "calls": [ { "id": "<string>", "assistantId": "<string>", "phoneNumberId": "<string>", "createdAt": "<string>", "updatedAt": "<string>" } ] }
Filter by specific call ID.
Filter by assistant ID.
Filter by phone number ID.
Maximum number of call records to return.
Filter for calls created on or after this date/time.
Filter for calls created on or before this date/time.
List of call records retrieved successfully.
Show child attributes