airtable-export icon indicating copy to clipboard operation
airtable-export copied to clipboard

Option to export all tables

Open simonw opened this issue 4 years ago • 3 comments

This didn't use to be possible because there was no API method to return a list of tables - but https://community.airtable.com/t/how-do-i-get-list-of-all-the-tables-in-a-base/30420 now has a comment that says:

This is now possible!

Read about it here: https://airtable.com/api/meta

Simply make a GET request with the auth header, and see the tables listed:

https://api.airtable.com/v0/meta/bases/$BaseId/tables

simonw avatar Jan 18 '21 22:01 simonw

You have to request access to that specific API: https://airtable.com/shrWl6yu8cI8C5Dh3 - I've submitted a request.

simonw avatar Jan 19 '21 01:01 simonw

Looks like that API is available to everyone now: https://airtable.com/api/meta

simonw avatar Apr 29 '22 16:04 simonw

... no, you still need to get approved for access as far as I can tell.

simonw avatar Apr 29 '22 18:04 simonw