Paginate through all points in a collection. The response includes a next_page_offset cursor that you pass as offset in subsequent requests to retrieve the next page. Useful for exporting data, iterating large datasets, or processing points in batches.
Admin JWT or access token for authenticating requests to VectorAI DB.
The name of the collection to scroll through.
Maximum number of points to return per page. Must be greater than 0. For example, 20 returns 20 points per page. Defaults to 100.
10
Cursor from a previous scroll response. Pass the next_page_offset value to fetch the next page. Omit or set to null for the first page.
3
Optional filter conditions to narrow the scrolled results.
Whether to include payload metadata in the response.
true
Whether to include vector data in the response.
false