get_entry
Fetch the full record for a Reactome object using its stable ID or dbId. Retrieve a single attribute cheaply, or enable enhanced mode to include indirect references for detailed analysis.
Instructions
Fetch the full record for any Reactome object by identifier.
Works for pathways, reactions, physical entities, complexes, regulators,
etc. Use `attribute` to retrieve a single field cheaply, or `enhanced` to
include indirect references.
Args:
stable_id: Reactome stable id (e.g. "R-HSA-69278") or numeric dbId.
enhanced: If True, query the `/data/query/enhanced/{id}` variant.
attribute: If set, fetch only this attribute (e.g. "displayName",
"speciesName", "stIdVersion").
max_chars: Size guard. If the JSON exceeds this, large nested fields
are replaced with a summary (default 50000).
Returns:
The object's JSON record (name, displayName, schemaClass, definition,
species, compartments, literatureReferences, etc.), size-guarded; or
`{stId, attribute, value}` when `attribute` is given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enhanced | No | ||
| attribute | No | ||
| max_chars | No | ||
| stable_id | Yes |