Back to catalog
Cortexa research tool·clinical·neurovault
NeuroVault List Collection Images
List all statistical map images in a specific NeuroVault collection. Returns image metadata including name, map type (T map, Z map, F map, etc.), cognitive paradigm/contrast annotations, and file download URLs. Use this to explore what brain maps are available in a study collection before downloading. Example: collection 457 (Human Connectome Project) has 48 images covering emotion, gambling, language, motor, relational, social, and working memory tasks.
Livelast probed 2026-04-30 23:07Z· 101msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 101ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"collection_id": {
"description": "NeuroVault collection ID. Example: 457 (Human Connectome Project)",
"type": "integer"
},
"limit": {
"description": "Maximum number of images to return (default 10, max 100)",
"type": [
"integer",
"null"
]
},
"offset": {
"description": "Number of images to skip for pagination (default 0)",
"type": [
"integer",
"null"
]
}
},
"required": [
"collection_id"
],
"type": "object"
}Examples (1)
Default NeuroVault List Collection Images call
public-safeinput
{
"collection_id": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_NeuroVault_list_collection_images
- Tool name
- NeuroVault_list_collection_images
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse