Back to catalog
Cortexa research tool·clinical·idr
IDR Get Study Datasets
Get datasets (image collections) within a specific IDR imaging study. Each dataset within an IDR project corresponds to a set of related images, often representing a specific experimental condition, cell line, or time point. Returns dataset names and IDs. Use IDR_list_studies to find study IDs first.
Livelast probed 2026-04-30 23:07Z· 91msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 91ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"limit": {
"description": "Maximum number of datasets to return (default 25, max 1000)",
"type": [
"integer",
"null"
]
},
"offset": {
"description": "Offset for pagination",
"type": [
"integer",
"null"
]
},
"project_id": {
"description": "IDR project/study ID (e.g., 101). Obtain from IDR_list_studies.",
"type": "integer"
}
},
"required": [
"project_id"
],
"type": "object"
}Examples (1)
Default IDR Get Study Datasets call
public-safeinput
{
"project_id": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_IDR_get_study_datasets
- Tool name
- IDR_get_study_datasets
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse