Airtable · Schema

Airtable Base

An Airtable base is a database that contains one or more tables. Bases are the top-level containers for organizing related data in Airtable.

ApplicationsCollaborationDataDatabasesLow-CodeProductivitySpreadsheets

Properties

Name Type Description
id string The unique identifier for the base. Base IDs always start with the 'app' prefix.
name string The display name of the base.
permissionLevel string The permission level the authenticated user has on this base.
tables array The tables contained within this base. Only included when retrieving the full base schema.
View JSON Schema on GitHub