get_object
Fetch a complete Reactome object by stable ID or numeric DB_ID, merging core fields with subclass attributes from the inheritance chain.
Instructions
Fetch a full Reactome object, assembled across its inheritance chain.
Resolves a stable id ('R-HSA-69278') or numeric `DB_ID`, then merges the
`DatabaseObject` core fields with the subclass-table attributes that share
the same `DB_ID` (e.g. a Pathway pulls in `Event` + `Pathway` columns).
Args:
id: An 'R-HSA-...' stable id or a numeric DB_ID.
Returns:
Dict `{DB_ID, _class, _displayName, stable_id, attributes: {...}}` where
`attributes` is the union of the subclass rows (leaf class wins on any
name clash). `{"error": ...}` if the id is unknown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |