list_tasks
Retrieve the current user's tasks with optional filters for completion status and task type.
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 |