Get Node
get_nodeRetrieve a node by unique ID including all inbound and outbound edges to inspect tasks, decisions, or blockers from workflow state memory.
Instructions
Get a single node by its unique ID, including all its connected inbound and outbound edges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the node to retrieve. | |
| project | No | Optional project identifier. | |
| include_edges | No | Whether to include the inbound and outbound edges in the response. Defaults to true. |