workflowy_list
Retrieve descendants of a WorkFlowy node as a flat list. Specify recursion depth, node ID, and access method to get exactly the items you need. Optionally include items with empty names.
Instructions
List descendants as flat list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Recursion depth (-1 for all, default 2) | |
| id | No | ID (default: root) | None |
| include_empty_names | No | Include items with empty names | |
| method | No | Access method: get, export, or backup (default: auto based on depth) |