Download Compressed Product =========================== **Endpoint** .. http:get:: /servlet/CompressionServlet :synopsis: Download the compressed product **Query Parameters** :param request: ``get`` (required) :type request: string :param productId: Product (granule) identifier (required) :type productId: string :param compressionId: Compression selector (required), e.g. ``[LICH]_[S1_20250226_C1]_[1.0]`` :type compressionId: string :param multiscale: ``true`` for multi-resolution package, ``false`` for native resolution only (required) :type multiscale: boolean **Purpose** Retrieves the compressed product previously prepared by the server. **Examples** .. code-block:: bash GET |BASE_URL|/servlet/CompressionServlet?request=get &productId=S1A_IW_GRDH_1SDV_20250227T172522_20250227T172547_058085_072C34_5DE6 &compressionId=%5BDCT%5D_%5B0.02%5D_%5B1.0%5D &multiscale=true **Response** - **200 OK** | a .comeo compressed product - **200 Internal Server Error** | Unknown ``productid`` → json mentionning ``Unknown product [productid] in dataset [datasetid]`` | Unknown ``requestType`` → json mentionning ``Unknown request type [requestType].``