-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request