Back to catalog
Cortexa research tool·physics astro·indra
INDRA Get Statement By Hash
Get a specific INDRA statement by its hash with full evidence details. Use statement hashes returned by INDRA_get_statements to retrieve comprehensive evidence for a specific biological relationship.
Livelast probed 2026-05-01 01:00Z· 83msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 83ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"ev_limit": {
"default": 10,
"description": "Maximum evidence items to return (default: 10)",
"type": "integer"
},
"hash": {
"description": "Statement hash from INDRA_get_statements results",
"type": "string"
},
"operation": {
"const": "get_statement_by_hash",
"description": "Operation type (fixed: get_statement_by_hash)",
"type": "string"
}
},
"required": [
"hash"
],
"type": "object"
}Examples (1)
Default INDRA Get Statement By Hash call
public-safeinput
{
"ev_limit": 3,
"hash": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_INDRA_get_statement_by_hash
- Tool name
- INDRA_get_statement_by_hash
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse