---
title: "Get department by UUID"
method: GET
path: "/os/v1/departments/uuid/{uuid}"
tags: ["Department", "Department"]
---

# Get department by UUID

`GET /os/v1/departments/uuid/{uuid}`

Retrieves a specific department by its UUID. Returns 404 if the department is not found.

## Path parameters

- `uuid` string, uuid, required

## Response `200`

Department retrieved successfully

## Other responses

- `401` — Unauthorized - Invalid or missing token
- `404` — Department not found
- `500` — Internal Server Error - Unexpected failure

---

[API](https://skmtc.net/gupy/apis/gupy-public-api.md) · [All operations](https://skmtc.net/gupy/apis/gupy-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gupy/gupy-public-api/revisions/3f26defa2a42/schema)
