Some call records are missing from the conversations details query API, I am using interval filter

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],
]);

Conversation detail queries will only include conversations that started on a day (UTC) touched by the interval.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.