---
title: "GET /{stack}/adminconfig/v2/indexes"
method: GET
path: "/{stack}/adminconfig/v2/indexes"
tags: ["Indexes"]
---

# GET /{stack}/adminconfig/v2/indexes

`GET /{stack}/adminconfig/v2/indexes`

list all indexes available on the stack

## Path parameters

- `stack` string, required

## Query parameters

- `count` integer
- `offset` integer

## Response `200`

list of indexes

- object
  - `indexes` IndexResponse[]
    - `datatype` string, required
    - `maxDataSizeMB` integer, required
    - `mdlIndex` boolean
    - `name` string, required
    - `searchableDays` integer, required
    - `selfStorageBucketPath` string
    - `splunkArchivalRetentionDays` integer
    - `totalEventCount` string
    - `totalRawSizeMB` string

## Other responses

- `default` — unexpected error

---

[API](https://skmtc.dev/splunk/apis/splunk-cloud-admin-api.md) · [All operations](https://skmtc.dev/splunk/apis/splunk-cloud-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/splunk/splunk-cloud-admin-api/revisions/65903649d1c2/schema)
