Back to catalog
Cortexa research tool·structure·ensembl_archive
EnsemblArchive Batch Lookup
Batch lookup version histories for multiple Ensembl stable IDs. Returns current status, release, and assembly for each ID. Supports up to 50 IDs per request. Useful for checking a list of gene IDs for currency, identifying deprecated IDs, and finding their replacements. Example: ENSG00000141510 (TP53) and ENSG00000012048 (BRCA1) both return as current at release 115 on GRCh38.
Livelast probed 2026-05-01 01:00Z· 95msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 95ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"ensembl_ids": {
"description": "Comma-separated Ensembl stable IDs (max 50). Example: 'ENSG00000141510,ENSG00000012048' for TP53 and BRCA1.",
"type": "string"
}
},
"required": [
"ensembl_ids"
],
"type": "object"
}Examples (1)
Default EnsemblArchive Batch Lookup call
public-safeinput
{
"ensembl_ids": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_EnsemblArchive_batch_lookup
- Tool name
- EnsemblArchive_batch_lookup
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse