Method
get
(self, request: Request, workspace_id: str, knowledge_id: str, document_id: str)
Source from the content-addressed store, hash-verified
| 908 | ), |
| 909 | ) |
| 910 | def get(self, request: Request, workspace_id: str, knowledge_id: str, document_id: str): |
| 911 | return DocumentSerializers.Operate( |
| 912 | data={"workspace_id": workspace_id, "document_id": document_id, "knowledge_id": knowledge_id} |
| 913 | ).export() |
| 914 | |
| 915 | class ExportZip(APIView): |
| 916 | authentication_classes = [TokenAuth] |
Callers
nothing calls this directly
Tested by
no test coverage detected