/dryad/datasets/files

POST /api/dryad/datasets/files

Price: 5 credits

List the files of a Dryad dataset's current version. Returns each file's name, size in bytes, MIME type, checksum with its algorithm, the depositor's description of it, and a download link.

How to use it

This always describes the dataset's current version; Dryad keeps earlier versions but this endpoint does not reach them. `download_url` is the file's own address on Dryad, but Dryad answers it with 401 unless the caller carries a Dryad bearer token, so treat it as a citable location rather than as bytes you can pull. A README.md is present on most deposits and describes what the other files contain. `size` is bytes, so compare it with the dataset's `storage_size` to see whether one file dominates the deposit.

Parameters

Request body

Response

Errors

Response headers