Back to catalog
Cortexa research tool·structure·ensembl_archive
EnsemblArchive Get ID History
Get the version history and current status of an Ensembl stable ID. Returns the latest version string, current release number, assembly, and whether the ID is still active. Useful for checking if a gene/transcript/protein ID is current or deprecated, and what replaced it. Example: ENSG00000141510 (TP53) is current at release 115 on GRCh38 with latest version ENSG00000141510.20.
Livelast probed 2026-04-30 23:07Z· 114msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 114ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"ensembl_id": {
"description": "Ensembl stable ID to look up (gene: ENSG*, transcript: ENST*, protein: ENSP*, e.g., 'ENSG00000141510' for TP53).",
"type": "string"
}
},
"required": [
"ensembl_id"
],
"type": "object"
}Examples (1)
Default EnsemblArchive Get ID History call
public-safeinput
{
"ensembl_id": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_EnsemblArchive_get_id_history
- Tool name
- EnsemblArchive_get_id_history
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse