Get a DM Export File

post/datamart.fetchexportfile/{fileName}

Retrieves the file created using /datamart.export endpoint. Get the file name via datamart.getactionstatus/{actionUUID} endpoint.

Securitybasic or X-PriceFx-jwt
Request
path Parameters
fileName
required
string

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
Responses
200

OK

Request samples