Hi Brandi,
Airtable has some strict limitations on its API calls: Hitting API limits
You can certainly call all of the data, however you’ll need to work around:
- ‘Pagination’ if requesting over 100 records;
- ‘Requests limits’ if requesting over 500 records.
You’d also need to request data table-by-table.