Tool
List records
The Airtable List Records tool allows you to seamlessly retrieve records from any Airtable base and table, streamlining your data management tasks. Easily filter, sort, and limit the records returned to suit your specific needs.
Features
- Fetch records from any specified Airtable base and table using unique IDs.
- Filter records with Airtable formulas to retrieve precise datasets.
- Sort returned records by any field in ascending or descending order.
- Limit the number of returned records with customizable maxRecords parameter.
- Integrate smoothly with other apps and workflows for enhanced data automation.
Benefits
- Save time by automating data retrieval from Airtable databases.
- Enhance data accuracy by using formula-based filters.
- Improve workflow efficiency through customizable sorting and limits.
- Enable advanced data integrations and real-time updates.
- Simplify complex data management with an easy-to-use API interface.
Description
List records from a table
Parameters
6 parameters
| Name | Type | Description |
|---|---|---|
| baseIdrequired | string | — |
| tableIdrequired | string | — |
| view | string | View name or ID to use for filtering and sorting records. If provided, the view's filters and sorts will be applied. |
| maxRecords | number | Maximum number of records to return. Defaults to 100. |
| filterByFormula | string | Airtable formula to filter records |
| sort | object[] | Specifies how to sort the records |