Query API - Load all results (parallel) Sample This sample shows how to load all results for a query by making parallel requests. This is slightly faster than the recursive sample, but doesn't display and data until it is all downloaded. The Query API allows a maximium of 250 results to be returned in a single request. This sample shows how to make multiple requests in parallel that page through the results and downloads all of the data that matches the query.