get_record
Retrieve a specific record from an Airtable base using its unique ID. Specify the base ID, table ID, and record ID to access targeted data securely via OAuth 2.0 authentication.
Instructions
Get a specific record by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
base_id | Yes | The Airtable base ID | |
record_id | Yes | The record ID | |
table_id | Yes | The table ID or name |