get_pathway_events
Retrieve the ordered child events (sub-pathways and reactions) of a pathway using its stable ID or DB_ID.
Instructions
List the ordered child events (sub-pathways & reactions) of a pathway.
Args:
id: A Pathway stable id ('R-HSA-69278') or numeric DB_ID.
Returns:
Dict `{pathway_DB_ID, count, events: [{rank, DB_ID, _class,
_displayName, stable_id}], truncated}`, ordered by `hasEvent_rank`.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |