Airtable · Arazzo Workflow
Airtable Audit Base Schemas
Version 1.0.0
Enumerate accessible bases and inspect the schema of one of them.
View Spec
View on GitHub
ApplicationsCollaborationDataDatabasesLow-CodeProductivitySpreadsheetsArazzoWorkflows
Provider
Workflows
audit-base-schemas
List accessible bases and inspect one base's schema.
Lists all bases accessible to the authenticated token and then retrieves the schema of a base resolved from the first entry of that list.
1
listBases
listBases
List all bases the authenticated token has access to, optionally using a pagination cursor to fetch a subsequent page.
2
inspectSchema
getBaseSchema
Retrieve the schema of the first base from the list to inspect its tables, fields, and views.