GET /data/{collectionName}/index

List all indices you have on a data collection

Path parameters

  • collectionName string Required

    defines the collection on which you want to call the operation (e.g users)

GET /data/{collectionName}/index
curl \
 --request GET 'https://api.universecloud.io/data/users/index' \
 --header "X-Api-Key: $API_KEY"