Calls
List Calls
Gets a list of calls
GET
/
v1
/
call
/
list
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
agent_ids
string[]
The ID of the agent that made the call
last_evaluated_key
object
The last evaluated key for pagination
page_size
integer
default: 20The number of calls per page (optional, default is 20, max is 50)
Required range:
x < 50
Response
200 - application/json
calls
object[]
lastEvaluatedKey
object