Back to catalog
Cortexa research tool·genomics·reactome_analysis
ReactomeAnalysis Token Result
Retrieve previously computed Reactome pathway analysis results using an analysis token. Tokens are returned from pathway_enrichment or species_comparison analyses and can be used to access results without rerunning the analysis. Useful for paginating through large result sets or sharing analysis results. The token contains the full analysis result and is valid for a limited time.
Livelast probed 2026-04-30 23:07Z· 125msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 125ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"page_size": {
"description": "Number of pathways per page (default 20, max 50).",
"type": [
"integer",
"null"
]
},
"token": {
"description": "Analysis token from a previous ReactomeAnalysis_pathway_enrichment or ReactomeAnalysis_species_comparison call.",
"type": "string"
}
},
"required": [
"token"
],
"type": "object"
}Examples (1)
Default ReactomeAnalysis Token Result call
public-safeinput
{
"token": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ReactomeAnalysis_token_result
- Tool name
- ReactomeAnalysis_token_result
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse