provider Metadata GET /meta/bases
@utdk/airtable /meta/bases
List bases
Returns a list of bases that the current API token has access to. Includes base ID, name, and permission level.
offset query
Pagination offset for fetching the next page
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.

listbases
GET/meta/bases
Returns a list of bases that the current API token has access to. Includes base ID, name, and permission level.

Pagination offset for fetching the next page

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.listbases()