Get List Document Collection
GET/v1/collections/:workspace_id/list
Get the details of a document collection.
Args
workspace_id (str): The ID of the workspace, type (str): The type of the document collection. Can be 'workspace' or 'personal'. repository_collection: DocumentCollectionRepository = Depends(get_repository(DocumentCollectionRepository)), user (TokenData): The token data of the authenticated user,
Returns
list[DocumentCollectionWithConnector]: A list with the details of all document collections and the types of the connector associated with them
Request
Responses
- 200
- 422
Successful Response
Validation Error