get_flow_model_by_parent
Retrieve flow model data by specifying a parent ID and sub-key to navigate through the flowPage block tree structure.
Instructions
Get a flowPage block/model by its parent ID and subKey. Useful for navigating the flowPage block tree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parentId | Yes | Parent flow model UID | |
| subKey | No | Sub-key within the parent (e.g. 'items') | |
| includeAsyncNode | No | Whether to include async node data (default false) |