| Base ID | Unique identifier of the base. Example: app1234567890 | Text | Yes |
| Table ID or name | Table ID or table name. Table names and table IDs can be used interchangeably, but table IDs are recommended so requests do not need to change when a table is renamed. Example: tbl1234567890 | Text | Yes |
| View ID or name | Name or ID of a view in the table. When set, only records in that view are returned and sorted according to the view order unless sort is specified | Text | No |
| Filter formula | Formula used to filter records. Records are included when the evaluated result is not 0, false, an empty string, NaN, an empty array, or an error | Text | No |
| Sort | List of sort objects that specify how records are ordered. Each object must include a field name or ID; direction is optional and defaults to asc | List | No |
| Fields to return | Names or IDs of fields to include in the response | List | No |
| Cell format | Format used for cell values. The timezone and userLocale parameters are required when using string | Text | No |
| Return fields by field ID? | When enabled, returned field objects are keyed by field ID instead of field name | True/False | No |
| Include date dependency metadata? | When enabled, linked record fields return objects with an id property instead of record ID strings | True/False | No |
| Record metadata | Optional metadata to include on each returned record. Include commentCount to return the number of comments on each record | List | No |
| Time zone | Time zone used to format dates when cell format is set to string | Text | No |
| User locale | User locale used to format dates when cell format is set to string | Text | No |
| Page size | Number of records returned in each page of results. Must be less than or equal to 100 | Number | No |
| Maximum number of records | | Number | No |
| Offset | Pagination cursor from a previous response. Include this to fetch the next page of records | Text | No |
| Field | Name or ID of the field to sort on | Text | Yes |
| Direction | Sort direction. Defaults to asc | Text | No |