Help

Re: Airtable Api flexiblity

319 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Brandi_Macouzet
5 - Automation Enthusiast
5 - Automation Enthusiast

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 ?

1 Reply 1
aaron_altamura
6 - Interface Innovator
6 - Interface Innovator

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.