provider Metadata GET /meta/bases/{baseId}/tables
@utdk/airtable /meta/bases/{baseId}/tables
List tables in a base
Returns schema information for all tables in the specified base, including table names, field definitions, and view configurations.
baseId path required
The Airtable base ID
string

Try it

Authentication
Configure credentials for Airtable REST API
listtables
GET/meta/bases/{baseId}/tables
Returns schema information for all tables in the specified base, including table names, field definitions, and view configurations.

Parameters

required

The Airtable base ID

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import airtable from '@utdk/airtable';

await airtable.listtables()