---
title: "Get task list of workgroup level"
method: GET
path: "/v1/workgroups/{workgroup_id}/tasks"
tags: ["Task"]
---

# Get task list of workgroup level

`GET /v1/workgroups/{workgroup_id}/tasks`

Get task list of workgroup level

## Path parameters

- `workgroup_id` string, required

## Response `200`

Successful retrieval

- TaskWorkgroupLevelListVO — Java type: com.noosh.nooshapi.vo.TaskWorkgroupLevelListVO
  - `results` TaskWorkgroupLevelSimpleVO[]
    - `actual_end` string, date
    - `actual_hours` unknown
    - `actual_start` string, date
    - `assign_to` PersonVO — Java type: com.noosh.nooshapi.vo.PersonVO
      - `email` string
      - `first_name` string
      - `last_name` string
      - `middle_name` string
    - `baseline_duration` unknown
    - `baseline_end_date` string, date
    - `baseline_start_date` string, date
    - `current_duration` unknown
    - `is_milestone` boolean
    - `mod_date` string, date
    - `plan_end` string, date
    - `plan_start` string, date
    - `priority` string
    - `project` ProjectBaseVO — Java type: com.noosh.nooshapi.vo.ProjectBaseVO
      - `project_id` integer
      - `project_name` string
      - `project_number` string
    - `schedule_code` string
    - `status` string
    - `task_id` integer
    - `task_name` string
    - `task_type` string
  - `status_code` integer
  - `status_reason` string

## Other responses

- `404` — There are not any result matching your search condition
- `500` — Internal server error

---

[API](https://skmtc.dev/noosh/apis/noosh-api-application.md) · [All operations](https://skmtc.dev/noosh/apis/noosh-api-application/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noosh/noosh-api-application/revisions/d5e8e2764188/schema)
