latestSwagger 2.02026-08-2053114259.7 KB

41da8739a690

Dataset Management

Download selected dataset files

Downloads the specified files from the dataset as a single ZIP archive. The downloaded files are redacted based on the dataset configuration.

post/api/Dataset/{datasetId}/files/download_selected

Path parameters

datasetIdstring required

The unique identifier of the dataset

Request body

fileIdsstring[] required

Ids of the dataset files to include in the archive. Ids that do not belong to the dataset are ignored.

jsonDownloadAsstring nullable

Format for JSON file downloads (Json, Markdown, or Html). Ignored by datasets with Original output format.

Response

Returns ZIP archive of the selected redacted files

string binary required