Back to catalog
Cortexa research tool·social policy·dryad
Dryad Get Dataset Files
Get the list of downloadable files for a specific Dryad dataset version. Returns file names, sizes, MIME types, and MD5 checksums for each file in the dataset. The version_id can be found in the Dryad_get_dataset response under _links.stash:version.href (extract the numeric ID from the path, e.g., '/api/v2/versions/124910' means version_id=124910). Use this to discover what data files are available before downloading.
Livelast probed 2026-05-01 01:00Z· 433msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 433ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"version_id": {
"description": "Version ID from Dryad dataset metadata. Found in _links.stash:version.href of Dryad_get_dataset response (e.g., 124910, 94, 93).",
"type": "integer"
}
},
"required": [
"version_id"
],
"type": "object"
}Examples (1)
Default Dryad Get Dataset Files call
public-safeinput
{
"version_id": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Dryad_get_dataset_files
- Tool name
- Dryad_get_dataset_files
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse