list_tasks
List tasks for the current user with optional filters for completion status (completed, pending, or all) and task type (personal or all) to narrow 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 |
|---|---|---|---|
| completed | No | true → only completed; false → only pending; omit → all | |
| type | No | Filter by task type (optional). E.g. "all" / "personal". | |
| page_size | No | Items per page (default Feishu default) | |
| page_token | No | Pagination token |