Use the conversation detail endpoint with a request like this
https://developer.genesys.cloud/devapps/api-explorer#post-api-v2-analytics-conversations-details-query
{
"interval": "2022-09-14T04:00:00.000Z/2022-09-15T04:00:00.000Z",
"order": "asc",
"orderBy": "conversationStart",
"paging": {
"pageSize": 25,
"pageNumber": 1
},
"segmentFilters": [
{
"type": "and",
"predicates": [
{
"type": "dimension",
"dimension": "queueId",
"operator": "matches",
"value": "insertYourQueueIdHere"
},
{
"type": "dimension",
"dimension": "segmentEnd",
"operator": "notExists"
}
]
}
]
}
------------------------------
Melissa Bailey
Genesys - Employees
------------------------------