Skip to main content
GET
/
api
/
calls
/
history
Get call history with filters
curl --request GET \
  --url https://your-instance.example.com/api/calls/history \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

contactId
string
userId
string
status
string
limit
string
offset
string

Response

Call history

Generic response envelope. Endpoint-specific fields are intentionally open.