Points
Get point
Retrieve full information of single point by id
get/collections/{collection_name}/points/{id}
Path parameters
collection_namestring required
Name of the collection to retrieve from
Example:42
Id of the point
Query parameters
Define read consistency guarantees for the operation
Response
successful operation
Example response
{
"time": 0.002,
"status": "ok",
"result": {
"id": 42,
"payload": {
"city": "London",
"color": "green"
},
"vector": [
0.875,
0.140625,
0.897599995136261
],
"shard_key": "region_1",
"order_value": 42
}
}