---
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

---

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