v5

latestOpenAPI 3.0.3MIT Licenseraw.githubusercontent.com2025-04-02191068.6 KB

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"
  ]
}
All 19 operations