You don't subscribe to individual conversationIds - that's just for API Explorer. But...I don't know for sure what it would look like in your situation.
George Ganahl GCCX-AI, GCP, GCSME, ICCE, ICHD, etc.
Original Message:
Sent: 07-16-2025 09:47
From: William Radovich
Subject: How to make conversations API return consistent and repeatable results?
Hello George,
My call center receives about 10k calls/day. With most conversation analytics topics seeming like you need to specify conversation IDs, and the limit of subscribing to 20 channels per user, I don't understand how this would be able to resolve my issue. Is there a certain topic I should be looking for to compliment the conversation details API my data pipeline is based on and handle the call volume my organization deals with?
------------------------------
William Radovich
------------------------------
Original Message:
Sent: 06-09-2025 07:14
From: George Ganahl
Subject: How to make conversations API return consistent and repeatable results?
You can use Websockets instead
https://developer.genesys.cloud/notificationsalerts/notifications/
------------------------------
George Ganahl GCCX-AI, GCP, GCSME, ICCE, ICHD, etc.
Technical Adoption Champion
Genesys
2024 Community Member of the Year
Original Message:
Sent: 06-06-2025 10:24
From: William Radovich
Subject: How to make conversations API return consistent and repeatable results?
Unfortunately my organization is Azure-exclusive. Is there anything similar to EventBridge you know of that Genesys provides real-time data updates for in Azure?
------------------------------
William Radovich
Original Message:
Sent: 06-04-2025 10:30
From: George Ganahl
Subject: How to make conversations API return consistent and repeatable results?
If you want real time data you need to use EventBridge and capture it from the notifications...that's what A3S Real Time does. And eMite. And other customers I've worked with.
------------------------------
Gcp Ganahl GCCX-AI, GCP, GCSME, ICCE, ICHD, etc.
Technical Adoption Champion
Genesys
Original Message:
Sent: 06-04-2025 09:30
From: William Radovich
Subject: How to make conversations API return consistent and repeatable results?
My concern with that approach is that my data won't have any conversations that are still ongoing, which could prove troublesome since my client wants as close to real-time reporting as possible with the Conversation Details data I'm using. It'd be preferable to eliminate my pipeline errors and just have some of these conversations be delayed, but if I'm still going to see errors it seems like I'm still at a dead end. I'll have to just try it out and see if the pipeline errors go away
------------------------------
William Radovich
Original Message:
Sent: 06-02-2025 18:02
From: Gcp Ganahl
Subject: How to make conversations API return consistent and repeatable results?
You may want to add
{
"conversationFilters": [
{
"type": "and",
"predicates": [
{
"type": "dimension",
"dimension": "conversationEnd",
"operator": "exists"
}
]
}
]
}
to that query so you only capture conversations that have ended.
Even with that, though, you'll have some conversations that cross intervals and you probably won't capture that data properly.
------------------------------
George Ganahl GCCX-AI, GCP, GCSME, ICCE, ICHD, etc.
Technical Adoption Champion
Genesys
Original Message:
Sent: 06-02-2025 16:42
From: William Radovich
Subject: How to make conversations API return consistent and repeatable results?
https://developer.genesys.cloud/devapps/api-explorer#post-api-v2-analytics-conversations-details-query
Here's an example of the parameters I'd be sending:
{
"paging": {
"pageSize": 100,
"pageNumber": 1
},
"interval": "2024-07-31T00:00:00/2024-08-06T00:00:00",
"order": "asc",
"orderBy": "conversationStart"
}
------------------------------
William Radovich
Original Message:
Sent: 06-02-2025 14:45
From: George Ganahl
Subject: How to make conversations API return consistent and repeatable results?
Which specific API are you using to gather the data?
------------------------------
George Ganahl GCCX-AI, GCP, GCSME, ICCE, ICHD, etc.
Technical Adoption Champion
Genesys