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
GET /_searchable_snapshots/stats
curl \
 --request GET 'http://api.example.com/_searchable_snapshots/stats' \
 --header "Authorization: $API_KEY"
Response examples (200)
{
  "stats": {},
  "total": {}
}