databases_get_index
Retrieve a specific database index by its key to view index configuration and optimize query performance in Appwrite collections.
Instructions
Get index by ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | Database ID. | |
| collection_id | Yes | Collection ID. You can create a new collection using the Database service [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection). | |
| key | Yes | Index Key. |