Analytics conversations details Pagination

Hi there

I am trying to consumer the API - /api/v2/analytics/conversations/details/query to ingest all of the conversations. As there are a large number of conversations they are being paginated but I don't understand with this API how I know when I reach the end as there are no page numbers in the payload.
Thanks
Matthew

The more volume you're dealing with the more likely you should be using the Jobs endpoint instead.

You may have missed the introductory lessons -

https://developer.genesys.cloud/analyticsdatamanagement/analytics/jobs/conversation-details-job

Note step 3 of the life cycle explains the cursor system Jobs use.

If you insist on using the Query endpoint, or for most other APIs you need to page through, refer to -
https://developer.genesys.cloud/platform/api/tips#api-paging

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