Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
jjb427
Partner - Contributor III
Partner - Contributor III

Limit on QRS API results?

Hi, I am using the QRS API to fetch metadata from an environment, calling endpoints such as /app/full, /users/full, etc, and I noticed that the number of apps returned is exactly 5000. Is there a max of 5000 on results returned? If so, how can we fetch metadata about all of the apps in the environment?

Labels (3)
1 Solution

Accepted Solutions
Øystein_Kolsrud
Employee
Employee

I'm pretty sure there is no such limit enforced by Qlik Sense. In fact I just ran a test by calling "/qrs/app/object/full" and it returned 116607 objects in my case.

What tool are you using for calling the endpoints? Perhaps there's some limit there?

View solution in original post

3 Replies
mpc
Partner Ambassador
Partner Ambassador

Hi, 

AFAIK, no limitation is documented but it's seem to be 5000 based on your experience. 
Maybe you can use a filter and loop with all your filter params ? 

Kind regards

From Next Decision and mpc with love
Øystein_Kolsrud
Employee
Employee

I'm pretty sure there is no such limit enforced by Qlik Sense. In fact I just ran a test by calling "/qrs/app/object/full" and it returned 116607 objects in my case.

What tool are you using for calling the endpoints? Perhaps there's some limit there?

jjb427
Partner - Contributor III
Partner - Contributor III
Author

Thanks! It turns out we actually had exactly 5000 results haha