I have a problem downloading conversations. Using the asynchronous API https://api.{{environment}}/api/v2/analytics/conversations/details/jobs
He's not giving me back various conversations. But if I query them with the API (https://api.{{environment}}/api/v2/analytics/conversations/:conversationId/details) if it succeeds in returning the conversations.
How can I correct this? Since I am using the bulk download of conversations by the asynchronous API (I understand that it is recommended).
The bulk data is not real time accessible like the details query is;
An important consideration is that the jobs-backed data is not continuously updated in real-time and so depending on when you query, you may not see up-to-the-moment data. While your job might execute and have results for you ready in seconds, the data it can search/return may not be up-to-date for on the order of hours to a full day behind real-time.
Hi, good morning.
If I exactly understand the behavior of each API. But what I'm trying to get is data from last month. For example: From the day 2021-10-04.
And the asynchronous API is not returning some conversations that if it returns the API conversation details.
You'll probably need to provide example calls to each API that are getting different results, and may want to consider opening a support request if you're absolutely certain you're asking for the same thing but getting different results.
This clause catches a lot of people >
Interval : Conversation detail queries will only include conversations that started on a day (UTC) touched by the interval. Conversation detail jobs will by default include all conversations whose lifetime overlaps with the query interval. If you want the same behavior as for queries, you should set the startOfDayIntervalMatching flag in the query to true.
But you are describing the opposite of what that usually looks like so I am out of possible guesses without more specifics
Please open a case with Genesys Cloud Care to investigate the conversations returned by your queries; Customer-specific data cannot be investigated in a public setting such as the forum.