Skip to main content
GET
List Indexes
Retrieve a list of all available encrypted indexes.

Parameters

None

Authentication

Required - API key via X-API-Key header:
You can get an API key from the CyborgDB Admin Dashboard. For more info, follow this guide.

Response

Exceptions

  • 401: Authentication failed (invalid API key)
  • 500: Internal server error

Example Usage

Use Cases

  • Index discovery: Find all available indexes in your deployment
  • Administrative tasks: List indexes for management operations
  • Application initialization: Verify required indexes exist
  • Monitoring: Track index inventory across environments