Retrieve documents with filters.
Cursor is provided to retrieve even more documents. Loop through it to retrieve all documents in the database.
Filter is used to retrieve documents that match the conditions set in a filter query.

Log in to see full request history
Path Params
string
required
length ≤ 240

ID of dataset

Query Params
select_fields
array of strings

Fields to include in the search results, empty array/list means all fields.

select_fields
integer

Size of each page of results.

integer

Size of each page of results.

sort
array

Fields to sort by. For each field, sort by descending or ascending. If you are using descending by datetime, it will get the most recent ones.

sort
boolean

Include vectors in the search results.

filters
array
filters
boolean

Whether to use scroll on the documents. This cannot be used in conjunction with 'page'.

boolean

(NOT IMPLEMENTED - not functional) If true, retrieves documents randomly. Cannot be used with cursor.

integer

(NOT IMPLEMENTED - not functional)Random Seed for retrieving random documents.

after_id
array

Retrieve items after these sort values in the sort order.

after_id
Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json