Back to catalog
Cortexa research tool·structure·ndex
NDEx Get Network
Get the full content of a biological network from NDEx including all nodes (proteins/genes) and edges (interactions/relationships). Returns the network in a structured format with node names, edge source-target pairs, and interaction types. Large networks are truncated (max 200 nodes, 500 edges). Use NDEx_search_networks to find network UUIDs. Example: retrieves the BRCA1 interactome showing all protein interaction partners.
Livelast probed 2026-04-30 23:07Z· 115msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 115ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"uuid": {
"description": "NDEx network UUID. Example: '34eec19d-ab5a-11ea-aaef-0ac135e8bacf' (BRCA1 interactome).",
"type": "string"
}
},
"required": [
"uuid"
],
"type": "object"
}Examples (1)
Default NDEx Get Network call
public-safeinput
{
"uuid": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_NDEx_get_network
- Tool name
- NDEx_get_network
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse