listAirtableRecords
Retrieve records from Airtable tables with filtering, sorting, and pagination options to access and manage your data.
Instructions
Retrieves records from the specified table with optional filtering and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseId | Yes | ID of the Airtable base | |
| tableId | Yes | ID of the table to get records from | |
| fields | No | Fields to include in the response | |
| pageSize | No | Number of records returned in each request (1-100) | |
| offset | No | Offset value returned from a previous request | |
| filterByFormula | No | Filter formula to apply | |
| sort | No | Sort configuration |