OptionalcallOptionalcreateFilter calls based on createTime. You make the query more precise, fewer results will be returned. For example, 2021-02-01 will return all calls from the first of February 2021, and 2021-02-01T14:00:00Z will return all calls after 14:00 on the first of February.
OptionalcreateFilter calls based on createTime. It will filter the calls on a range of dates.
Optionaldirectiononly include calls by on the direction(s), example direction=INBOUND,OUTBOUND will return all calls that are inbound or outbound.
OptionalfromA phone number that you want to use to filter results. You can pass a partial number to get all calls sent to numbers that start with the number you passed.
OptionalpageThe page you want to fetch
OptionalsizeThe maximum number of items to return per request. The default is 100 and the maximum is 1000. If you need to export larger amounts and pagination is not suitable for you can use the Export function in the dashboard.
OptionaltoOnly include calls made to this number or address. You can pass a partial number to get all calls sent to numbers that start with the number you passed.
OptionaltrunkOnly include calls made from this trunk.
only include calls by on the callResult(s), example callResult=COMPLETED will return all calls which have completed normally.