Skip to main content

API only returns 100 rows for certain tables

  • November 11, 2022
  • 1 reply
  • 1 view

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

1 reply

kuovonne
Forum|alt.badge.img+17
  • Brainy
  • 5987 replies
  • November 11, 2022

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