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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

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

Enter a gateway URL above to enable sending.

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

TypeScript

import airtable from '@utdk/airtable';

await airtable.listtables()