tables_db_list_rows
Retrieve and filter rows from a specified Appwrite database table using query parameters to manage data efficiently.
Instructions
Get a list of all the user's rows in a given table. You can use the query params to filter your results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | Database ID. | |
| table_id | Yes | Table ID. You can create a new table using the TablesDB service [server integration](https://appwrite.io/docs/products/databases/tables#create-table). | |
| queries | No | Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long. | |
| transaction_id | No | Transaction ID to read uncommitted changes within the transaction. |