v1.11.x
Search...
/
Cloud
GitHub
API Reference
Collections
Points
POST
Retrieve points
PUT
Upsert points
GET
Retrieve a point
POST
Delete points
PUT
Update vectors
POST
Delete vectors
POST
Set payload
PUT
Overwrite payload
POST
Delete payload
POST
Clear payload
POST
Batch update points
POST
Scroll points
POST
Count points
Search
Indexes
Snapshots
Aliases
Distributed
Service
Beta
Cloud
GitHub
API Reference
Points
Retrieve a point
GET
http://localhost:6333
/
collections
/
:collection_name
/
points
/
:id
Retrieves all details from a single point.
Path parameters
collection_name
string
Required
Name of the collection to retrieve from
id
integer or string
Required
Id of the point
Show 2 variants
Query parameters
consistency
integer or enum
Optional
Define read consistency guarantees for the operation
Show 2 variants
Response
This endpoint returns an object.
time
double
Optional
Time spent to process this request
status
string
Optional
result
object
Optional
Point data
Show 5 properties
Built with