Get record
get_recordFetch a single Airtable record by providing base ID, table name, and record ID. Use this tool to retrieve specific data from Airtable.
Instructions
Retrieve one Airtable record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| baseId | Yes | ||
| recordId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| code | No | ||
| data | No | ||
| error | No | ||
| status | No |