List calls
Fetch a paginated list of calls associated with a specific OpenPhone number and another number.
Query Parameters
The unique identifier of the OpenPhone number associated with the call.
The unique identifier of the OpenPhone user who either placed or received the call. Defaults to the workspace owner.
The phone numbers of participants involved in the call conversation, excluding your OpenPhone number. Each number should contain the country code and conform to the E.164 format. Currently limited to one-to-one (1:1) conversations only.
DEPRECATED, use "createdAfter" or "createdBefore" instead. "since" incorrectly behaves as "createdBefore" and will be removed in an upcoming release.
Filter results to only include calls created after the specified date and time, in ISO 8601 format.
Filter results to only include calls created before the specified date and time, in ISO 8601 format.
Maximum number of results to return per page.
1 <= x <= 100
Response
Array of items
A call object represents a call made or received by your OpenPhone phone number.
Total number of items available. ⚠️ Note: totalItems
is not accurately returning the total number of items that can be paginated. We are working on fixing this issue.
Was this page helpful?