API Reference
Batch Get Chunks
Retrieve specific chunks by their document ID and chunk number in a single batch operation.
Args: request: Dictionary containing:
- sources: List of ChunkSource objects (with document_id and chunk_number)
- 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[ChunkResult]: List of chunk results
POST
Headers
Body
application/json · object
Was this page helpful?