Batch Gets Documents from a DocumentCollection

Deprecated
Returns Documents from a DocumentCollection specified by UUID or ID.

Path parameters

collectionNamestringRequired
Name of the Document Collection

Headers

AuthorizationstringRequired

Header authentication of the form Api-Key <token>

Request

This endpoint expects an object.
document_idslist of stringsOptional
uuidslist of stringsOptional

Response

OK
contentstring or null
created_atstring or null
document_idstring or null
embeddinglist of doubles or null
is_embeddedboolean or null
metadatamap from strings to any or null
updated_atstring or null
uuidstring or null

Errors