---
title: "Reads a single Cost center"
method: GET
path: "/api/2026-07-01/resources/finance/cost_centers/{id}"
tags: ["Finance > CostCenter"]
---

# Reads a single Cost center

`GET /api/2026-07-01/resources/finance/cost_centers/{id}`

Reads a single Cost center

## Path parameters

- `id` string, required

## Response `200`

OK

- FinanceCostCenter
  - `id` string, required
  - `name` string, required
  - `company_id` string, required
  - `legal_entity_id` string
  - `code` string
  - `description` string
  - `active_employees_count` integer, required
  - `historical_employees_count` integer, required
  - `status` string, required
  - `deactivation_date` string

---

[API](https://skmtc.net/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.net/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/versions/1a6bffb20f7d/schema)
