v1.9.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
Cloud
GitHub
API Reference
Points
Retrieve points
POST
http://localhost:6333
/
collections
/
:collection_name
/
points
Retrieves all details from multiple points.
Path parameters
collection_name
string
Required
Name of the collection to retrieve from
Query parameters
consistency
integer or enum
Optional
Define read consistency guarantees for the operation
Show 2 variants
Request
This endpoint expects an object.
ids
list of integers or strings
Required
Look for points with ids
Show 2 variants
shard_key
string or integer or list of strings or integers or any
Optional
Specify in which shards to look for the points, if not specified - look in all shards
Show 2 variants
with_payload
boolean or list of strings or object or any
Optional
Select which payload to return with the response. Default: All
Show 2 variants
with_vector
boolean or list of strings
Optional
Options for specifying which vector to include
Show 2 variants
Response
This endpoint returns an object.
time
double
Optional
Time spent to process this request
status
string
Optional
result
list of objects
Optional
Point data
Show 4 properties
Built with