---
title: "Get department"
method: GET
path: "/v2/companies/{companyId}/departments/{departmentId}"
tags: ["Departments"]
---

# Get department

`GET /v2/companies/{companyId}/departments/{departmentId}`

This endpoint gets a department by ID.

## Response `200`

OK

- DepartmentV2 — Department details.
  - `id` string, uuid, required
  - `name` string, required — Name of the department
  - `externalId` string — External id of the department

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — The specified resource was not found.

---

[API](https://skmtc.net/spotnana/apis/company-api.md) · [All operations](https://skmtc.net/spotnana/apis/company-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spotnana/company-api/revisions/36b1305ad44a/schema)
