Comment Post Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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.
1 Reply 1
Comment Post Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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.
Reply