Although I haven’t done it myself, I’m certain there is a pagination parameter within the airtable API. You could create a query parameter for this as also demonstrated in this post: External Collection Pagination - #2 by pford
For Airtable, you can use the offset parameter to do this, but you will need to send the record ID of the last record in the list in order to pick up where you left off.