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.
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?
Hi,
I would play with startTimestamp and endTimestamp in your API call.
Best regards