get_record
Retrieve a single record from an Airtable table using its unique record ID. Requires base ID, table name, and record ID.
Instructions
Get a single record by its ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_id | Yes | ID of the base | |
| table_name | Yes | Name of the table | |
| record_id | Yes | ID of the record to retrieve |