get_entries
Batch fetch Reactome records for several stable identifiers in one call (up to 20). Returns count and matched entries.
Instructions
Batch-fetch records for several identifiers in one call (max 20).
Args:
stable_ids: A list of identifiers, or a comma/whitespace-separated
string (e.g. "R-HSA-69278, R-HSA-69620").
Returns:
Dict `{count, entries}` where `entries` is the list of matched records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stable_ids | Yes |