list_records
Retrieve records from an Airtable table, with options to filter by formula, sort, specify fields, or select a view.
Instructions
List records from a table with optional filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_id | Yes | The Airtable base ID | |
| table_id | Yes | The table ID or name | |
| view | No | View name or ID | |
| filter_by_formula | No | Airtable formula for filtering | |
| sort | No | Sort configuration - array of {field: string, direction: 'asc'|'desc'} | |
| fields | No | Specific fields to include (field name or array of field names) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |