Upcoming database upgrades. Airtable functionality will be reduced for ~15 minutes at 06:00 UTC on Feb. 4 / 10:00 pm PT on Feb. 3. Learn more here
Nov 11, 2022 02:18 PM
Hi, I have a few tables that only output 100 rows when using Postman. I’m wondering why. Please help.
Nov 11, 2022 02:39 PM
Welcome to the Airtable community!
That is because the REST API has a maximum page size of 100 records. If you want to get more than 100 rows/records, you need to make additional request for the following pages. The details are in the api documentation.