# Read data object **GET /data/{collectionName}/{indexName}/{indexValue}** ## Servers - universecloud API v1: https://api.universecloud.io (universecloud API v1) ## Authentication methods - Api key auth - Bearer auth ## Parameters ### Path parameters - **collectionName** (string) defines the collection on which you want to call the operation (e.g users) - **indexName** (string) defines the name of the index to query data on (most times you will need _id) - **indexValue** (string) defines the value of the index to query data on ## Responses ### 200 success #### Body: application/json (object) - ***** (string | number | boolean | object | array) [Powered by Bump.sh](https://bump.sh)