Skip to main content
Every 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
Input Output

getSchema

bases.getSchema Get the schema (tables, fields, views) of a base Risk: read
Input Output

Records

create

records.create Create a record in a table Risk: write
Input
Output

createOrUpdate

records.createOrUpdate Create or update a record using upsert Risk: write
Input
Output

delete

records.delete Delete a record from a table [DESTRUCTIVE] Risk: destructive
Input Output

get

records.get Get a single record by ID Risk: read
Input Output

records.search Search and list records with optional filters Risk: read
Input
Output

update

records.update Update fields on an existing record Risk: write
Input
Output

Webhooks

getPayloads

webhooks.getPayloads Get webhook payloads Risk: read
Input: unknown Output: unknown