Back to catalog
Cortexa research tool·cs ml·zenodo
Zenodo Get Record Files
Get the list of files for a specific Zenodo record including file names, sizes, checksums, and download URLs. Returns detailed file metadata essential for downloading datasets, code, or supplementary materials. Each file includes direct download URL, MD5 checksum for verification, file type, and size in bytes. Use this to access the actual data files from a Zenodo record. Find record IDs from Zenodo_search_records or Zenodo_get_record.
Livelast probed 2026-05-01 01:00Z· 84msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 84ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"record_id": {
"description": "Zenodo record identifier (e.g., 1234567). Find record IDs using Zenodo_search_records.",
"type": "integer"
}
},
"required": [
"record_id"
],
"type": "object"
}Examples (1)
Default Zenodo Get Record Files call
public-safeinput
{
"record_id": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Zenodo_get_record_files
- Tool name
- Zenodo_get_record_files
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse