---
title: "Get Indices"
method: GET
path: "/api/indices/"
tags: ["Indices"]
---

# Get Indices

`GET /api/indices/`

Retrieve a list of indices accessible to the user.

## Response `200`

__A List of Indices__

- Indice[]
  - `id` integer, required — Unique identifier for the index.
  - `name` string, required — System-generated name of the index.
  - `label` string, nullable, required — Unique text identifier for the index.
  - `scan_started_at` string, date-time, required — Timestamp indicating when data collection started.
  - `scan_ended_at` string, date-time, required — Timestamp indicating when data collection was completed.
  - `type` 'responses' | 'domains' | 'whois_ip' | 'whois_domains' | 'certs', required — Type of the data collection.
  - `availability` 'public' | 'private', required — Type of index availability.
  - `is_default` boolean — Indicates if this is the default index for the data collection.
  - `speed` 'slow' | 'fast' — Access speed of the index. Older indices are moved to slower storage.
  - `state` 'indexing' | 'full' — Current state of the index. `indexing` indicates that data is still being collected.
  - `count` integer, required — Count of items in the index.

## Other responses

- `400` — __Bad Request__: Request had invalid authorization credentials (for example, API key not found)
- `500` — __Internal Server Error__: Details are included in the response body

---

[API](https://skmtc.net/netlas/apis/netlas-api.md) · [All operations](https://skmtc.net/netlas/apis/netlas-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netlas/netlas-api/revisions/2b1f84425791/schema)
