Cursor pagination failing on /api/v2/analytics/conversations/details/query after page 1

Trying to paginate through conversation details using the cursor method, but the API returns an empty nextPage token after the first 1000 records even though more data exists. Using standard GET requests with pageSize=1000 and appending the pageToken query param exactly as returned in the response header. Is there a known limit or syntax issue with cursor pagination on this specific endpoint compared to the older page-based approach?