Retrieves a list of calls for a specific agent with comprehensive filtering and pagination options
GET/api/calls/{agentId}X-Authorization: Your API key (required)agentId (string, required): The ID of the agent whose calls you want to retrieve2024-01-01T00:00:00Z)+1234567890 becomes %2B1234567890)total field in the response indicates the total count of matching calls, which may be greater than the number of items returned based on the limit parameterThe ID of the agent whose calls you want to retrieve
Maximum number of results to return
Number of results to skip for pagination
Filter by customer phone number
Filter by campaign ID
Filter by call status (can specify multiple values)
COMPLETED, FAILED, ENDED, IN_PROGRESS Filter by sentiment (can specify multiple values)
Positive, Negative, Neutral Filter by call type (can specify multiple values)
inboundPhoneCall, outboundPhoneCall, webCall, dailyCall 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