Back to catalog
Cortexa research tool·genomics·ndex
NDEx Get Network Summary
Get detailed summary information for a specific biological network in NDEx by its UUID. Returns the network name, description, node and edge counts, owner, DOI, version, creation/modification dates, and custom properties. Use NDEx_search_networks to find network UUIDs first. Example: UUID '34eec19d-ab5a-11ea-aaef-0ac135e8bacf' returns the BRCA1 interactome network with 82 nodes and 118 edges.
Livelast probed 2026-05-01 01:00Z· 106msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 106ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"uuid": {
"description": "NDEx network UUID. Get UUIDs from NDEx_search_networks results. Example: '34eec19d-ab5a-11ea-aaef-0ac135e8bacf' (BRCA1 interactome), '35e031eb-45d1-11ed-b7d0-0ac135e8bacf' (p53 pathway).",
"type": "string"
}
},
"required": [
"uuid"
],
"type": "object"
}Examples (1)
Default NDEx Get Network Summary call
public-safeinput
{
"uuid": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_NDEx_get_network_summary
- Tool name
- NDEx_get_network_summary
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse