Get Call History
Get paginated call history with comprehensive filters.
**Filters:**
- status: completed, failed, no_answer, voicemail
- phone_number: partial match
- agent_id: specific agent
- from_date/to_date: date range
- direction: inbound/outbound
- sentiment: positive/neutral/negative
- min_duration/max_duration: duration range in seconds
- call_end_reason: user_hangup, agent_hangup, timeout
- handover: true/false
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
page
Page number
page_size
Items per page
status
completed, failed, no_answer, voicemail
phone_number
Filter by phone number (partial match)
agent_id
Filter by agent ID
from_date
Start date (YYYY-MM-DD)
to_date
End date (YYYY-MM-DD)
direction
inbound or outbound
sentiment
positive, neutral, negative
agent_type
Filter by agent type
min_duration
Min duration in seconds
max_duration
Max duration in seconds
call_end_reason
user_hangup, agent_hangup, timeout
handover
Filter by handover status
Response
Successful Response
data
total
page
page_size
has_more
request_id
timestamp
success
Errors
422
Unprocessable Entity Error