Get record
get_recordFetch a specific record from an Airtable table using its table name and record ID.
Instructions
Fetch a single Airtable record by its ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name or ID. | |
| recordId | Yes | Record ID (starts with rec). |