Async conversation details pagination

Hi,
Is there a way to get the total number of results from an async request to /api/v2/analytics/conversations/details/jobs?

Further to this, is there a way to set the number of results per page to this endpoint /api/v2/analytics/conversations/details/jobs?

Regards

See https://developer.mypurecloud.com/api/rest/v2/analytics/conversation_details_job.html#paging

You iterate over the pages until there are no results is no cursor, then you have reached the end. You cannot know the number of results until you've reached the end.

Just wanted to post to notify you that I updated my answer. You reach the end of standard analytics queries when the result set is empty. But with jobs, there won't be a cursor in the response when there are no more results that can be fetched.

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