The response shows pageNumber: 1 but pageCount: 5. I’m incrementing pageNumber in my loop, yet the entities array stays identical across all iterations.
GET /api/v2/analytics/interactions/queues/summary?pageSize=50&pageNumber=1
Is there a caching layer I’m missing or is the provider ignoring the query param?