---
title: "Get Index Info"
method: GET
path: "/api/v1/index/{index_id}"
tags: ["Index"]
---

# Get Index Info

`GET /api/v1/index/{index_id}`

Get index Info from index with index_id

## Path parameters

- `index_id` integer, required

## Headers

- `apikey` string, required

## Response `200`

Index found, returns the index info

- IndexResponseObject — Index response object
  - `id` integer, required — Index ID
  - `name` string, required — Index name
  - `schema` object, required — Schema definition for the index
  - `indexed_doc_count` integer, required — Number of indexed documents
  - `committed_doc_count` integer, required — Number of committed documents
  - `operations_count` integer, required — Number of operations: index, update, delete, queries
  - `query_count` integer, required — Number of queries, for quotas and billing
  - `version` string, required — SeekStorm version the index was created with
  - `facets_minmax` object, required — Minimum and maximum values of numeric facet fields

## Other responses

- `400` — Request object incorrect
- `401` — api_key missing
- `404` — API key does not exist

## Changes

- **2026-06-22** `39cce1ef7d95` — 1 info
  - api operation id `get_index_info_api` removed and replaced with `get_index_info`
- **2026-06-21** `4cfd9d95648c` — 1 info
  - api operation id `get_index_info` removed and replaced with `get_index_info_api`

[Change history](https://skmtc.dev/seekstorm/apis/seekstorm-rest-api-documentation/changes/api/v1/index/:index_id/get.md)

---

[API](https://skmtc.dev/seekstorm/apis/seekstorm-rest-api-documentation.md) · [All operations](https://skmtc.dev/seekstorm/apis/seekstorm-rest-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/seekstorm/seekstorm-rest-api-documentation/revisions/f464579dd19f/schema)
