Reindex for a given UUID of dataset. Use this method to obtain a list of valid indices within the search-api endpoint. These index names are used in some of the subsequent calls made to the endpoint.

get/indices

Response

successful operation

indicesstring[]

Example response

{
  "indices": [
    "entities",
    "portal"
  ]
}

Changes