List calls
Fetch a paginated list of calls associated with a specific Quo number and another number.
Authorizations
Query Parameters
The unique identifier of the Quo number associated with the call.
^PN(.*)$"PN123abc"
The unique identifier of the user whose access scope is applied to the results. Scopes the response to calls accessible to the specified user. Defaults to the workspace owner.
^US(.*)$"US123abc"
The phone numbers of participants involved in the call conversation, excluding your Quo 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.
11"+15555555555"
DEPRECATED, use "createdAfter" or "createdBefore" instead. "since" incorrectly behaves as "createdBefore" and will be removed in an upcoming release.
"2022-01-01T00:00:00Z"
Filter results to only include calls created after the specified date and time, in ISO 8601 format.
"2022-01-01T00:00:00Z"
Filter results to only include calls created before the specified date and time, in ISO 8601 format.
"2022-01-01T00:00:00Z"
Maximum number of results to return per page.
1 <= x <= 100