Help

API only returns 100 rows for certain tables

Topic Labels: API
725 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Technology_Inte
4 - Data Explorer
4 - Data Explorer

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

1 Reply 1

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.