...
Once the query has been sufficiently refined, set the and you desire to retrive all the available items, remove "page_size"
to -1"
and "page_number"
from the request body. This will retrieve all the data, possibly be millions of records, for that query. Long wait times for a response can be expected depending on the size of the records and quality of connection (often 10mins or more).
...