GET
/v1/index/configREADNode index configuration
Reports how indexing is configured for the node as a whole.
This reports node-level configuration only — indexes are actually
configured and built per collection. Since Phase 4, index_type
here is always "collection_scoped"; the state you actually care about
(what index type is active for a given collection, and whether a build is
in progress) lives at Collection index
state, not here.
Response fields
index_typestringrequiredAlways "collection_scoped" on current nodes — indexing is configured per collection, not globally.
hnswobjectoptionalPresent only on older/legacy node-wide HNSW configuration; absent on a node using per-collection indexing.
Errors
| Status | code | Meaning |
|---|---|---|
401 | unauthorized | Missing or invalid API key. |
403 | forbidden | The key's scope doesn't include read_only. |
Related endpoints
- Collection index state — the real, per-collection state
- Configure a collection's index
- Rebuild all indexes — project-wide, different from per-collection configuration