tables_db_get_index
Retrieve a specific database index by its key to inspect table structure and optimize query performance in Appwrite projects.
Instructions
Get index by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | Database ID. | |
| table_id | Yes | Table ID. You can create a new table using the Database service [server integration](https://appwrite.io/docs/references/cloud/server-dart/tablesDB#createTable). | |
| key | Yes | Index Key. |