ConversationDetails/Jobs API does not load all data to PowerBI

Hi, I am working on creating a PowerBI dashboard which uses conversation data. I created a query to load conversation details using Jobs API
/api/v2/analytics/conversations/details/jobs/{jobId}/results. However, it loads data only for few days but I gave the time interval of one year. I created a recurring function to gather all the pages using cursor but I couldn't find a reason for this.

Hi,

Do you get a successful(state = FULFILLED) response when you check for the status(GET
/api/v2/analytics/conversations/details/jobs/{jobId}
) of your job? If yes, please open a case with Care to investigate your issue further.

Best

Hi,

This problem has been solved after refining the code for pagination. Thank you

Kind regards

1 Like

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