Documents
List documents extended
List documents in a collection with optional filters, partition filtering, field selection, and vector inclusion.
POST
Documentation Index
Fetch the complete documentation index at: https://docs.lambdadb.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Project API Key.
Path Parameters
Collection name.
Body
application/json
Max number of documents to return at once.
Required range:
1 <= x <= 100Next page token.
Filter applied before pagination. Supports queryString and nested bool filters. Vector and ranking query objects are not supported.
An object to specify a list of field names to include and/or exclude in the result.
- Option 1
- Option 2
If your application need to include vector values in the response, set includeVectors to true.