API Reference
Batch Get Documents
Retrieve multiple documents by their IDs in a single batch operation.
Args: 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
Headers
Body
application/json · object
Response
200
application/json
Successful Response
Information about a file stored in storage
Was this page helpful?