latestOpenAPI 3.1.02026-08-08264458.4 KB
5e35babfb8d2
files
Download a specific file
Only files that have been stored in the storage repository may be downloaded (and ability to download may depend on the user). Versions of a dataset still in-progress only have staged files that may not be downloaded until they have been submitted to the storage repository.
get/files/{id}/download
Path parameters
idinteger required
The file ID is a unique integer and can be obtained from the list of files for a version of a dataset.
Response
The binary content of the file downloads as the http body. The "Content-Type" and "Content-Disposition" headers will be set to reflect the file content-type and filename when downloading (following http standards).