Back to catalog
Cortexa research tool·genomics·EFO
Ols Get Efo Term Children
List children of an EFO term (ontology hierarchy). Provide `iri` or `obo_id`. Tip: use `ols_search_efo_terms` first, then pass the returned `obo_id` or `iri`.
Livelast probed 2026-05-01 01:00Z· 103msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 103ms
Schema
JSON Schema the agent (or your API call) must match.
{
"oneOf": [
{
"required": [
"iri"
]
},
{
"required": [
"obo_id"
]
}
],
"properties": {
"iri": {
"description": "Term IRI returned by `ols_search_efo_terms`.",
"type": "string"
},
"obo_id": {
"description": "OBO ID like 'EFO:0000400' (will be converted to an EFO IRI).",
"type": "string"
},
"size": {
"default": 20,
"description": "Maximum number of children to return.",
"type": "integer"
}
},
"type": "object"
}Examples (1)
Default Ols Get Efo Term Children call
public-safeinput
{
"size": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ols_get_efo_term_children
- Tool name
- ols_get_efo_term_children
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse