Back to catalog
Cortexa research tool·genomics·dryad
Dryad Get Dataset
Get detailed metadata for a specific Dryad dataset by its numeric ID. Returns comprehensive information including the DOI identifier, title, authors with affiliations and ORCID IDs, abstract, storage size, related publication ISSN, and HAL links to versions and files. The version ID from the _links.stash:version href can be used with Dryad_get_dataset_files to list downloadable files. Use Dryad_search_datasets first to find dataset IDs.
Livelast probed 2026-04-30 23:07Z· 83msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 83ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"dataset_id": {
"description": "Numeric dataset ID from Dryad (e.g., 93, 94, 95). Find IDs using Dryad_search_datasets.",
"type": "integer"
}
},
"required": [
"dataset_id"
],
"type": "object"
}Examples (1)
Default Dryad Get Dataset call
public-safeinput
{
"dataset_id": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Dryad_get_dataset
- Tool name
- Dryad_get_dataset
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse