---
title: "List the workgroups"
method: GET
path: "/v1/workgroups"
tags: ["Workgroup"]
---

# List the workgroups

`GET /v1/workgroups`

List the workgroups

## Query parameters

- `workgroup_name` string
- `workgroup_types` string[]

## Response `200`

Successful retrieval

- WorkgroupListVO — Java type: com.noosh.nooshapi.vo.WorkgroupListVO
  - `results` WorkgroupSimpleVO[]
    - `is_default` boolean
    - `parent_workgroup` WorkgroupBaseVO — Java type: com.noosh.nooshapi.vo.WorkgroupBaseVO
      - `workgroup_id` integer
      - `workgroup_name` string
    - `workgroup_id` integer
    - `workgroup_name` 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)
