EnableMetadataAPI
Enabling the Metadata API gives you read-only access to a list of your bases, tables and fields, and changes the behavior of the driver for all operations and queries.
Data Type
bool
Default Value
false
Remarks
Enabling the Metadata API gives you read-only access to a list of your bases, tables and fields, and changes the behavior of the driver for all operations and queries. If enabled, the driver will reference Airtable tables, views and fields for all operations and queries by their unique ID. Enabling the MetadataAPI requires the 'schema.bases:read' scope for PersonalAccessToken and OAuthPKCE authentication.