Pular para o conteúdo principal

Get Urls To Download Document List

GET 

/v1/:workspace_id/download/url/list

Get pre-signed download url list for documents with the specified file ids.

Args: workspace_id (str): The id of the workspace. file_ids (list[str]): The ids of the files or artifacts to be downloaded. repository (DocumentRepository): The repository for managing documents. metadata_repository (DocumentMetadataRepository): The repository for managing document metadata. user (TokenData): The token data of the authenticated user.

Returns

str: The pre-signed download url.

Raises

HTTP_404: If no file with the specified id is found.

Request

Responses

Successful Response