Airtable limits the results from API GET calls to 100 rows. It’s a ridiculous limit at least in my mind but the only way to get more data at one time is to use the “offset” value in JSON to request the next “page” of data.
2 Likes