list_records
Retrieve records from a specified table in Airtable by providing the base ID, table name, and optional record limit for efficient data management.
Instructions
List records in a table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
base_id | Yes | ID of the base | |
max_records | No | Maximum number of records to return | |
table_name | Yes | Name of the table |