Skip to main content
To see which existing encrypted indexes are available to your CyborgDB client, you can use list_indexes:
This returns an array of index names that are available to your API key.

API Reference

For more information on listing encrypted indexes, refer to the API reference:

REST API Reference

REST API reference for /v1/indexes/list

Python SDK Reference

API reference for list_indexes() in Python

JS/TS SDK Reference

API reference for listIndexes() in JavaScript/TypeScript

Go SDK Reference

API reference for ListIndexes() in Go