cURL
Documents
Fetch documents
Lookup and return documents by document IDs from a collection.
POST
cURL
Authorizations
Project API Key.
Path Parameters
Collection name.
Body
application/json
A list of document IDs to fetch. Note that the maximum number of document IDs is 100.
If your application requires a strongly consistent read, set consistentRead to true. Although a strongly consistent read might take more time than an eventually consistent read, it always returns the last updated value.
If your application need to include vector values in the response, set includeVectors to true.
An object to specify a list of field names to include and/or exclude in the result.
- Option 1
- Option 2