Bases
Retrieves a list of all bases the authenticated user has access to in Airtable, including their identifiers, names, and associated permissions.
View-Specific Information
SELECT Examples
SELECT * FROM [Information].[Bases]
Columns
| Name | Type | Description |
| Id [KEY] | String | The unique identifier assigned to each Airtable base, used to reference the base in API calls, integrations, and scripts. |
| Name | String | The display name of the base as it appears in the Airtable workspace interface. |
| PermissionLevel | String | The permission level granted to the authenticated user or integration for this base, such as read-only, editor, or creator access. |