Pulling more than 10,000 records

Suppose 30,000 get filtered after applying some search. Due to max limit of records I could only see 10,000 records at a time. What if I want to see records present on 15,000 number.
Is there any way to see records beyond 10,000

You can increase the default max value to 15000.
But if you want to extract all records, its' better to consider something like the scroll API or look at the search after feature.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.