---
title: "Get API Key Info"
method: GET
path: "/api/v1/apikey"
tags: ["API Key"]
---

# Get API Key Info

`GET /api/v1/apikey`

Get info about all indices associated with the specified API key

## Headers

- `apikey` string, required

## Response `200`

Indices found, returns a list of index info

- IndexResponseObject[]
  - `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 does not exists
- `404` — Index ID or API key missing

---

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