List records
list_recordsRetrieve up to 100 records from an Airtable table in a single page, with optional view, page size, record cap, and filter formula.
Instructions
List records from an Airtable table (a single page, up to 100 records), with optional view, page size, max records, and an Airtable filterByFormula expression.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | View name or ID to read from. | |
| table | Yes | Table name or ID. | |
| pageSize | No | Records per page (1-100). | |
| maxRecords | No | Cap on records returned (1-100). | |
| filterByFormula | No | Airtable formula filter, e.g. {Status} = "Done". |