Pagination on /api/v2/analytics/conversations/details/query

Trying to pull full history from the analytics endpoint. The docs mention pageSize but the response has a nextPageToken. My python script just keeps hitting the same page.

GET /api/v2/analytics/conversations/details/query?pageSize=1000

Should I be using cursor instead? The token doesn’t seem to advance.