list_pathway_events
Retrieve the complete flattened list of events (sub-pathways and reactions) nested within a pathway by recursing its full sub-tree.
Instructions
List every event (sub-pathway and reaction) contained in a pathway.
Recurses the full sub-tree, so the result is the flattened set of events
beneath the given pathway.
Args:
stable_id: Pathway stable id, e.g. "R-HSA-69278".
Returns:
Dict `{count, events}` of Event records (Pathways + ReactionLikeEvents).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stable_id | Yes |