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.
GET
/
api
/
opensearch
/
_cat
/
indices
List Indices
Copy
curl --request GET \ --url https://otel.logclaw.ai/api/opensearch/_cat/indices \ --header 'x-logclaw-api-key: <api-key>'