Scroll points
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_name
Name of the collection to retrieve from
Headers
api-key
Query parameters
consistency
Define read consistency guarantees for the operation
Request
This endpoint expects an object.
shard_key
Specify in which shards to look for the points, if not specified - look in all shards
offset
Start ID to read points from.
limit
Page size. Default: 10
filter
Look only for points which satisfies this conditions. If not provided - all points.
with_payload
Select which payload to return with the response. Default is true.
with_vector
Options for specifying which vector to include
order_by
Order the records by a payload field.
Response
successful operation
time
Time spent to process this request
status
result
Result of the points read request