airtable.listRecords returns matching records across all Airtable result pages.
Example
automations/list-open-leads.automation.ts
Inputs
Output
Returns{ records: AirtableRecord[]; count: number }. Each record contains id, createdTime, and fields.
When both view and filterByFormula are present, Airtable applies both. A sort supplied here overrides the view’s ordering. Invalid formulas and unknown field names fail with Airtable’s provider error.