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