Retrieve documents by their IDs ("_id" field). This will retrieve the documents faster than a filter applied on the "_id" field. For single id lookup version of this request use /datasets/{dataset_id}/documents/get.

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

ID of dataset

Body Params
ids
array of strings
required

IDs of documents to retrieve

ids*
select_fields
array of strings

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

select_fields
boolean
Defaults to false

Include vectors in the search results

Response

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