---
title: "Get department"
method: GET
path: "/configuration/departments/{id}"
tags: ["configuration"]
---

# Get department

`GET /configuration/departments/{id}`

## Path parameters

- `id` string, required

## Response `200`

Department

- Department
  - `id` string
  - `label` string, required
  - `description` string

## Other responses

- `404` — Department not found

---

[API](https://skmtc.net/smartrecruiters/apis/apply-api.md) · [All operations](https://skmtc.net/smartrecruiters/apis/apply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartrecruiters/apply-api/revisions/449bdc2516c9/schema)
