getindexinfo

Argument #1-index_name

Type: string, Optional

Description: Filter results for an index with a specific name.

Result

  {                               (json object)
    "name" : {                    (json object) The name of the index
      "synced" : true|false,      (boolean) Whether the index is synced or not
      "best_block_height" : n     (numeric) The block height to which the index is synced
    },
    ...
  }