Back to catalog
Cortexa research tool·clinical·cbioportal
CBioPortal Get Clinical Data
Get clinical data for all samples in a study. Returns patient-level data like tumor stage, histology, survival status. Filter by clinical attribute ID for specific data types.
Livelast probed 2026-04-30 23:07Z· 90msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 90ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"clinical_attribute_id": {
"description": "Optional clinical attribute ID to filter by",
"type": "string"
},
"page_size": {
"default": 100,
"description": "Number of records to return",
"type": "integer"
},
"study_id": {
"description": "Cancer study ID",
"type": "string"
}
},
"required": [
"study_id"
],
"type": "object"
}Examples (1)
Default CBioPortal Get Clinical Data call
public-safeinput
{
"page_size": 1,
"study_id": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_cBioPortal_get_clinical_data
- Tool name
- cBioPortal_get_clinical_data
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse