I am writing to inquire about the API endpoint "https://api.mypurecloud.com/api/v2/analytics/conversations/details/query". Could you please clarify if there are any limitations regarding the types of calls that can be retrieved using this endpoint?
Currently, it appears that some conversations are missing, and I would like to request assistance in resolving this matter as soon as possible.
$content = json_encode([
"interval" => $timeDuration,
"order" => "asc",
"orderBy" => "conversationStart",
"paging" => ["pageSize" => $recordsLimit, "pageNumber" => $pageNumber],
]);