airtable-export
airtable-export copied to clipboard
Option to export all tables
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
You have to request access to that specific API: https://airtable.com/shrWl6yu8cI8C5Dh3 - I've submitted a request.
Looks like that API is available to everyone now: https://airtable.com/api/meta
... no, you still need to get approved for access as far as I can tell.