Skip to main content
POST
/
vectorstore
/
collections
/
{collectionId}
/
points
/
scroll
Error
A valid request URL is required to generate request examples
{
  "points": [
    {}
  ],
  "next_page_offset": "<string>"
}

Authorizations

Authorization
string
header
required

Enter token in format (Bearer )

Path Parameters

collectionId
string<uuid>
required

Collection ID

Body

application/json
filter
object
limit
integer
Example:

10

offset
string
with_vector
boolean
Example:

false

Response

200 - application/json

Points retrieved successfully

points
object[]
next_page_offset
string | null