list_wiki_nodes
List wiki nodes in a Feishu space with 50 items per page. Use page_token to continue paging until hasMore is false, and do not stop on empty pages caused by permission filters.
Instructions
[Official API] List nodes in a Wiki space (50 per page). When hasMore is true, pass the returned pageToken back as page_token to fetch the next page. A page may be EMPTY while hasMore is still true (Feishu permission-filters per page) — do not stop at an empty page; keep paging until hasMore is false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | Wiki space ID | |
| page_token | No | Pagination cursor — pass the pageToken from a previous response to fetch the next page. | |
| parent_node_token | No | Parent node token (optional) |