graph-get_linked
graph-get_linkedRetrieve all items linked from a specific vertex, with optional filtering by edge type like 'context'. Use this to explore graph relationships in case management.
Instructions
Gets all items linked from a vertex. Optionally filter by link_type (e.g., 'context').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_id | Yes | Source vertex ID (@rid format) | |
| link_type | No | Optional edge type filter (e.g., 'context'). When provided, returns only items linked with that edge type. |