---
title: "List Indices"
method: GET
path: "/api/opensearch/_cat/indices"
tags: ["OpenSearch"]
---

# List Indices

`GET /api/opensearch/_cat/indices`

Returns all OpenSearch indices with their health status, document count,
and storage size. LogClaw uses daily indices with the pattern
`logclaw-logs-YYYY.MM.dd`.

## Query parameters

- `format` string

## Response `200`

List of indices

---

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