Retrieve shard-level statistics about searchable snapshots Added in 7.10.0

GET /_searchable_snapshots/stats

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

      Additional properties are allowed.

    • total object Required

      Additional properties are allowed.

GET /_searchable_snapshots/stats
curl \
 -X GET http://api.example.com/_searchable_snapshots/stats
Response examples (200)
{
  "stats": {},
  "total": {}
}