Back to catalog
Cortexa research tool·structure·cryoet
CryoET Get Dataset
Get full metadata for a specific CryoET Data Portal dataset by its numeric ID. Returns complete dataset information including organism taxonomy, tissue/cell identifiers, sample preparation details, publication references, data access paths (S3 and HTTPS), and file size. Use this after `CryoET_list_datasets` to retrieve detailed information for a specific dataset. The dataset ID is an integer (e.g. 10053, 10174).
Livelast probed 2026-05-01 01:00Z· 92msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 92ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"dataset_id": {
"description": "Numeric dataset ID from the CryoET Data Portal (e.g. 10053, 10174, 10460).",
"type": "integer"
},
"operation": {
"default": "get_dataset",
"description": "Operation type",
"enum": [
"get_dataset"
],
"type": "string"
}
},
"required": [
"operation",
"dataset_id"
],
"type": "object"
}Examples (1)
Default CryoET Get Dataset call
public-safeinput
{
"dataset_id": 1,
"operation": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_CryoET_get_dataset
- Tool name
- CryoET_get_dataset
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse