airtable.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.
Bases
getMany
bases.getMany
List all accessible bases
Risk: read
Output
bases full type
bases full type
getSchema
bases.getSchema
Get the schema (tables, fields, views) of a base
Risk: read
Output
tables full type
tables full type
Records
create
records.create
Create a record in a table
Risk: write
fields full type
fields full type
records full type
records full type
createOrUpdate
records.createOrUpdate
Create or update a record using upsert
Risk: write
fields full type
fields full type
records full type
records full type
delete
records.delete
Delete a record from a table [DESTRUCTIVE]
Risk: destructive
Output
get
records.get
Get a single record by ID
Risk: read
Output
fields full type
fields full type
search
records.search
Search and list records with optional filters
Risk: read
sort full type
sort full type
records full type
records full type
update
records.update
Update fields on an existing record
Risk: write
fields full type
fields full type
records full type
records full type
Webhooks
getPayloads
webhooks.getPayloads
Get webhook payloads
Risk: read
unknown
Output: unknown