---
title: "List"
method: GET
path: "/operations/departments/list/v1"
tags: ["/operations/departments"]
---

# List

`GET /operations/departments/list/v1`

Lists department configurations for the caller's organization. | authz: min_org_role=operator | () -> (DepartmentListRes)

## Query parameters

- `sort_by` 'created_at' | 'department_type'
- `sort_order` 'asc' | 'desc' — Sort order for query results
- `page` integer
- `page_size` integer
- `filter_department_type` DepartmentTypeEnum[], nullable — Filter by department type(s)

## Response `200`

Successful Response

- DepartmentListRes
  - `items` Department1[], required — unresolved $ref
  - `total_count` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chrt/chrt-fastapi/revisions/ea04e157edb3/schema)
