Returns all points in a page-by-page manner.
By default, all resulting points are sorted by {id}.
To query the next page specify the last {id} in the offset field.
Additionally, you can specify filters and sorting options.
Path parameters
collection_namestringRequired
Name of the collection to retrieve from
Query parameters
consistencyinteger or enumOptional
Define read consistency guarantees for the operation
timeoutintegerOptional
If set, overrides global timeout for this request. Unit is seconds.
Request
This endpoint expects an object.
shard_keystring or integer or list of strings or integers or anyOptional
Specify in which shards to look for the points, if not specified - look in all shards
offsetinteger or string or anyOptional
Start ID to read points from.
limitintegerOptional
Page size. Default: 10
filterobject or anyOptional
Look only for points which satisfies this conditions. If not provided - all points.
with_payloadboolean or list of strings or object or anyOptional
Select which payload to return with the response. Default is true.