---
title: "Get cost center by UUID"
method: GET
path: "/os/v1/cost-centers/uuid/{uuid}"
tags: ["Cost Center", "Cost Center"]
---

# Get cost center by UUID

`GET /os/v1/cost-centers/uuid/{uuid}`

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

## Path parameters

- `uuid` string, uuid, required

## Response `200`

Cost center retrieved successfully

## Other responses

- `401` — Unauthorized - Invalid or missing token
- `404` — Cost center 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)
