List Calls
List and filter calls for an accessible agent.
status, sentiment, call_type, outcome, ended_reason, and mode to include multiple values. Dates use ISO 8601 date-time values, and durations are measured in seconds.
Use campaign_id or ab_test_id to restrict results to a campaign or A/B test.
The response’s total is the number of matching calls before limit and offset are applied.Authorizations
Path Parameters
The ID of the agent whose calls you want to retrieve
Query Parameters
Maximum number of results to return
Number of results to skip for pagination
Filter by customer phone number
Filter by campaign ID
Filter by A/B test ID
Filter by call status (can specify multiple values)
QUEUED, IN_PROGRESS, ENDED, COMPLETED, FAILED, DNC, REDIAL_SCHEDULED, QUEUEING, IN_WARM_TRANSFER Filter by sentiment (can specify multiple values)
Positive, Negative, Neutral, Unsure Filter by call type (can specify multiple values)
inboundPhoneCall, outboundPhoneCall, dailyCall, webCall, messagingSession, callAndMessaging Filter by call outcome (can specify multiple values)
Filter by call ended reason (can specify multiple values)
Filter by call mode (can specify multiple values)
Filter calls after this date (ISO 8601 datetime format)
Filter calls before this date (ISO 8601 datetime format)
Minimum call duration in seconds
Maximum call duration in seconds
Response
Successful response

