# Get a DM Export File Retrieves the file created using /datamart.export endpoint. Get the file name via datamart.getactionstatus/{actionUUID} endpoint. Endpoint: POST /datamart.fetchexportfile/{fileName} Security: basic, X-PriceFx-jwt ## Path parameters: - `fileName` (string, required) The name of the file previously created by a datamart.export request. The filename needs to be an exact match - no wildcards allowed, hence only one file at the time can be fetched. Example: "DMDS.Txn_PO_Test_0001_part_00.gz" ## Response 200 fields