Get searchable snapshot statistics Generally available; Added in 7.10.0

GET /_searchable_snapshots/stats

##Required authorization

  • Index privileges: manage* Cluster privileges: manage

Query parameters

  • level string

    Return stats aggregated at cluster, index or shard level

    Values are cluster, indices, or shards.

Responses

  • 200 application/json
    Hide response attributes Show response attributes object
    • stats object Required
    • total object Required
GET /_searchable_snapshots/stats
GET /my-index/_searchable_snapshots/stats
curl \
 --request GET 'http://api.example.com/_searchable_snapshots/stats'

Documentation preview

This is a preview of your version @2025-06-09 which is not yet released.