Tables
Query available tables in airtable bases.
View-Specific Information
SELECT Examples
SELECT * FROM [Information].[Tables]
SELECT * FROM [Information].[Tables] WHERE BaseId = 'appWJ6DP3C7Guh9fS'
Columns
| Name | Type | Description |
| BaseId [KEY] | String | The Base ID, a unique identifier for the base owner of the table. |
| BaseName | String | The name of the base. |
| Id [KEY] | String | The Table ID, a unique identifier for the table. |
| Name | String | The name of the table. |
| Description | String | The description of the table. |
| PrimaryFieldId | String | The id of the primary field. |
| Fields | String | The fields of the table. |
| Views | String | The views deriving from the table. |