Impossible to fetch more than 50k records via API?

Grace, really appreciate your message :slight_smile: Thank you!

Is this to say we use the constraints parameter to search for say, records that were created between a start_date and an interim_date, where interim_date is just the start_date + some_time_offset . Then we

  1. fetch as many records as we can (calibrating the interim_date so that the number of records between start_date and interim_date is less than 50k) 100 at a time,
  2. increment start_date and interim_date by some_time_offset
  3. repeat steps 1 - 2 until interim_date exceeds the date the last record was created.

Is that what you’re suggesting? And if a plugin automated this for 4000 bubble apps (ranging in db size of 1k to 1million records), would Bubble allow this keeping in mind that it would only be an occasional event for each app?