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
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

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