Back to catalog
Cortexa research tool·structure·cryoet
CryoET List Runs
List the experimental tilt-series acquisition runs within a specific CryoET Data Portal dataset. Each run corresponds to one sample grid position with its own tilt series, tomograms, and annotations. Returns run names and data access paths. Use this after `CryoET_get_dataset` to enumerate the runs for a dataset before fetching tomograms or annotations.
Livelast probed 2026-05-01 01:00Z· 93msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 93ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"dataset_id": {
"description": "Numeric dataset ID (e.g. 10053).",
"type": "integer"
},
"limit": {
"default": 20,
"description": "Maximum number of runs to return (default: 20).",
"type": "integer"
},
"offset": {
"default": 0,
"description": "Number of runs to skip for pagination (default: 0).",
"type": "integer"
},
"operation": {
"default": "list_runs",
"description": "Operation type",
"enum": [
"list_runs"
],
"type": "string"
}
},
"required": [
"operation",
"dataset_id"
],
"type": "object"
}Examples (1)
Default CryoET List Runs call
public-safeinput
{
"dataset_id": 1,
"limit": 3,
"offset": 1,
"operation": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_CryoET_list_runs
- Tool name
- CryoET_list_runs
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse