cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

User Session Api Query Response Size Limit

satyashiras
Visitor

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.

3 REPLIES 3

AntonPineiro
DynaMight Guru
DynaMight Guru

Hi,

You can see API limits here.

Best regards 

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

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

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

Featured Posts