Skip to main content

Hi, I have a few tables that only output 100 rows when using Postman. I’m wondering why. Please help.

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.


Reply