API Explorer says:
Maximum pagination depth (page number x page size) before a query gets rejected
So if you have single queries pulling back that sheer volume of data, it'd be recommended to break that up, maybe by time span. API Explorer also says this is not configurable, so it appears to be a hard limit, not one you can request an increase on.

Genesys would also want you to use the jobs API for that, resource-wise. It doesn't change the limit on record count, though it is more conscious of platform resources and tuned for bulk data operations like yours.
/api/v2/analytics/conversations/details/jobs
------------------------------
Paul McGurn
Senior Manager, Telecom & DevOps
Persistent Systems
------------------------------
Original Message:
Sent: 04-03-2025 10:01
From: Jason Tran
Subject: API Query for conversation details returns over 300k Hits. Does that mean i can only get less than half those records?
I'm using /api/v2/analytics/conversations/details/query and I heard the limit was around 100k records. Would that be the limit for amount returned since I understand its page size * page number? Or can we increase the amount we can get.
#PlatformAPI