get_node_output
Get node outputs in a workflow (batch: pass multiple node_ids). By default returns each node's LATEST output; pass execution_id to fetch a SPECIFIC past run's output instead. Returns: {node_id: {output, has_mock, execution_id?}} — output is null when the node has no output for that run/latest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_ids | Yes | ||
| workflow_id | Yes | ||
| execution_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||