Types & Getters
Describe Index
POST
Describe Index
Get detailed information about an existing index.
You can get an API key from the CyborgDB Admin Dashboard. For more info, follow this guide.
KMS-backed index (no key required):
Authentication
Required - API key viaX-API-Key header:
Request Body
Response
v0.17 simplified the describe response. The
index_type and nested index_config fields from v0.16 are gone — there is now a single DiskIVF index type and the relevant parameters are returned as top-level fields.Exceptions
401: Authentication failed (invalid API key) or wrongindex_keyon SDK-supplied indexes — see error model404: Index not found422: Invalid request parameters500: Internal server error