Skip to main content
POST

Authorizations

x-api-key
string
header
required

Project API Key.

Path Parameters

collectionName
string
required

Collection name.

Body

application/json
size
integer
default:100

Max number of documents to return at once.

Required range: 1 <= x <= 100
pageToken
string

Next page token.

filter
object

Filter applied before pagination. Supports queryString and nested bool filters. Vector and ranking query objects are not supported.

partitionFilter
PartitionFilter · object
fields
object

An object to specify a list of field names to include and/or exclude in the result.

includeVectors
boolean
default:false

If your application need to include vector values in the response, set includeVectors to true.

Response

Documents list.

total
integer
required
docs
object[]
required
isDocsInline
boolean
required
nextPageToken
string
docsUrl
string