list_tasks
List tasks from Feishu for the authenticated user. Filter by completion or type, and paginate through results.
Instructions
[Official API + UAT, v1.3.7] List the current user's tasks. Filter by completion or type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by task type (optional). E.g. "all" / "personal". | |
| completed | No | true → only completed; false → only pending; omit → all | |
| page_size | No | Items per page (default Feishu default) | |
| page_token | No | Pagination token |