get_sheet
Retrieve a workflow sheet by ID. Optionally limit nested child boards to a specified depth to manage large sheets.
Instructions
Read ONE workflow sheet by id. A deeply nested sheet can be huge — pass "depth" (positive int) to include nested child boards only that many levels deep (a deeper node.board becomes a stub { nodes, path } you fetch with get_node). Omit depth for the full sheet. Reading a sheet records its rev so a later edit_board/set_node/save_sheet is rejected if a human changed it meanwhile (see save_sheet).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | ||
| sheet | Yes |