Batch Get Documents

Retrieve multiple documents by their IDs in a single batch operation.

Args: batch_request: Dictionary containing: - document_ids: List of document IDs to retrieve - folder_name: Optional folder to scope the operation to - end_user_id: Optional end-user ID to scope the operation to auth: Authentication context

Returns: List[Document]: List of documents matching the IDs

post/batch/documents

Headers

authorizationstring

Request body

object required

Response

Successful Response

external_idstring
content_typestring required
filenamestring nullable
metadataobject
storage_infoobject
system_metadataobject
additional_metadataobject
chunk_idsstring[]
folder_namestring nullable
end_user_idstring nullable
app_idstring nullable

Changes