Back to catalog
Cortexa research tool·clinical·tcia
TCIA Get Series Size
Get the total file size and image count for a specific imaging series in The Cancer Imaging Archive (TCIA). Returns total size in bytes and number of DICOM objects. Use this to estimate download sizes before retrieving imaging data. Obtain SeriesInstanceUID from TCIA_get_series results.
Livelast probed 2026-04-30 23:07Z· 117msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 117ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"SeriesInstanceUID": {
"description": "DICOM Series Instance UID. Example: '1.3.6.1.4.1.14519.5.2.1.6279.6001.100225287222365663678666836860'. Obtain from TCIA_get_series results.",
"type": "string"
}
},
"required": [
"SeriesInstanceUID"
],
"type": "object"
}Examples (1)
Default TCIA Get Series Size call
public-safeinput
{
"SeriesInstanceUID": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_TCIA_get_series_size
- Tool name
- TCIA_get_series_size
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse