Skip to content

Option to export all tables #6

@simonw

Description

@simonw

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions