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

Request

UUIDs and IDs of the Documents to be fetched
document_idslist of stringsOptional
uuidslist of stringsOptional

Response

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

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error