Skip to main content
GET
Returns your account’s voice calls, most recent first. Filter by lifecycle status or queue, and page through results with the cursor returned on each response. Requires the voice_calls.read scope and the Voice Calls product entitlement.

Query Parameters

string
Filter by lifecycle state. Pass active for all non-terminal calls, or a specific state (e.g. established). See Call states.
string
Return only calls associated with this queue id.
string
A pagination cursor. Pass the nextCursor from the previous response to fetch the next page.
integer
default:50
Maximum number of calls to return. Maximum 100.

Response Fields

array
The matching calls, newest first.
string
Returned whenever the page is full (the number of results equals limit), indicating there may be more. Pass it back as the cursor query parameter to fetch the next page; a page that comes back with fewer results than limit (or empty) is the end.

Examples

Error Codes