tables_db_list
Retrieve and filter databases from your Appwrite project. Use search queries to find specific databases by name and manage your data resources.
Instructions
Get a list of all databases from the current Appwrite project. You can use the search parameter to filter your results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | |
| search | No | Search term to filter your list results. Max length: 256 chars. |