Getting the status of an index

Call this API to display the status of an index:

Parameters:

curl -XGET "http://localhost:9091/indexes/my_index"

Response

The API returns the settings.

{
  "num_docs" : 0,
  "num_deleted_docs" : 0,
  "settings" : { }
}