advanced_list_records
Filter, sort, and paginate records from Airtable tables using formulas, field selections, and view options to obtain only the data you need.
Instructions
List records with advanced filtering, sorting, and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_id | Yes | ID of the base | |
| table_name | Yes | Name of the table | |
| filter_by_formula | No | Airtable formula to filter records | |
| sort | No | Sort configuration | |
| max_records | No | Maximum number of records to return | |
| page_size | No | Number of records per page (max 100) | |
| view | No | Name or ID of view to use | |
| fields | No | Specific fields to return | |
| cell_format | No | Format for cell values | |
| time_zone | No | Time zone for date/time fields | |
| user_locale | No | User locale for formatting | |
| offset | No | Pagination offset token |