code.getCode
Retrieve code from Circuitry's visual workflow platform with optional line range selection for large files, enabling precise access to specific code segments.
Instructions
Get code from a Code node. Supports optional line range for large files (like Claude Code's Read tool).
Without offset/limit: returns full code. With offset/limit: returns specific lines (0-indexed).
Example: offset=100, limit=50 returns lines 100-149.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Code node ID or name | |
| offset | No | Starting line number (0-indexed) | |
| limit | No | Number of lines to return |