Search code examples
node.jstwiliotwilio-api

Twilio Call resource doesn't return all calls to and from a specific number


I want to get all the calls that were made to and from a specific active number. Though I am able to get either calls To a number or calls that were made From this number. However I am not able to get all the calls including both TO and FROM this number.

I tried -- this API to get call logs.


Solution

  • Now I understand the problem you are describing. This is not possible atm. So you need to trigger to separate request (or you use one request to fetch all log entries and filter on the client side).