Skip to main content

I tried to call the CallLog api by passing it as a parameter. I receive incoming and outgoing results by passing a phone number as a parameter. But is there a way to retrieve the history of a list of phone numbers (around 250)? By avoiding making as many api calls as phone numbers...

Thanks in advance.

Unfortunately, the API takes only 1 phone number as a search query per API call. And the records which contain the searched phone numbers are returned per page even if the number of matched records are less than the number of the per page.

The only effective way to create a list of records for multiple phone numbers is to read all call records then parse the records and split them to create different lists based on the "from" or/and the "to" phone numbers.


Reply