tables_db_list_tables
List all tables in an Appwrite database, with optional search and query filtering to find specific tables.
Instructions
Get a list of all tables that belong to the provided databaseId. You can use the search parameter to filter your results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | Database ID. | |
| 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. You may filter on the following columns: name, enabled, rowSecurity | |
| search | No | Search term to filter your list results. Max length: 256 chars. |