04 Apr 2023 04:07 PM - edited 04 Apr 2023 04:12 PM
Hi ,
I am trying to get user session data from the user sessions API.
Is there a size limit on how many response data we can get from the API.
Solved! Go to Solution.
05 Apr 2023 04:40 AM - edited 05 Apr 2023 05:28 AM
Hi @AntonPineiro ,
Thank you so much for replying.
I can see that the maxium user session records i can retrieve is 5000.
{ "error": { "code": 404, "message": "The maximum limit for result documents is configured to 5000, but you requested 6000." } }
Is there any way i can retrieve more than 5000 records?
05 Apr 2023 07:33 AM
Hi,
I would play with startTimestamp and endTimestamp in your API call.
Best regards