Client
List Indexes
GET
List Indexes
Retrieve a list of all available encrypted indexes.Documentation Index
Fetch the complete documentation index at: https://docs.cyborg.co/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
NoneAuthentication
Required - API key viaX-API-Key header:
Response
| Field | Type | Description |
|---|---|---|
indexes | array[string] | List of available index names |
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