get_tasks
Retrieve tasks from a specific ClickUp list, with options to include completed tasks and exclude those without a start date.
Instructions
リスト内のタスク一覧を取得します。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | No | リストID(省略時はデフォルトリスト) | |
| include_closed | No | 完了済みタスクも含めるか | |
| exclude_no_start_date | No | 開始日が未設定のタスクを除外する |