Skip to main content

Airtable Api flexiblity

  • February 1, 2020
  • 1 reply
  • 16 views

Forum|alt.badge.img+1

i am looking for getting following things from airtable api

  1. Getting all workspace data using single api end point.

or

  1. Getting all table of single workspace data using single api end points.

is this feasible at airtable api ?

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+12

Hi Brandi,

Airtable has some strict limitations on its API calls: Hitting API limits

You can certainly call all of the data, however you’ll need to work around:

  1. ‘Pagination’ if requesting over 100 records;
  2. ‘Requests limits’ if requesting over 500 records.

You’d also need to request data table-by-table.