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.
Authentication
api-keystring
API Key authentication via header
Path parameters
collection_name
Name of the collection to retrieve from
Query parameters
consistency
Define read consistency guarantees for the operation
timeout
If set, overrides global timeout for this request. Unit is seconds.
Request
Pagination and filter parameters
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
usage
time
Time spent to process this request
status
result
Result of the points read request