list_rows
Retrieve rows from a Baserow table with pagination, full-text search, and sorting. Returns human-readable field names for easy integration.
Instructions
List rows from a table with pagination, search, and sorting. Returns field values using human-readable field names by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-indexed). Default: 1. | |
| size | No | Number of rows per page. Default: 100. | |
| search | No | Search query to filter rows. Uses full-text search. | |
| order_by | No | Comma-separated field names to sort by. Prefix with - for descending. Example: "Name,-Created On". | |
| table_id | Yes | The table ID to list rows from. |