---
title: "Consultar un centro de costos"
method: GET
path: "/cost-centers/{id}"
tags: ["Centros de costos"]
---

# Consultar un centro de costos

`GET /cost-centers/{id}`

Endpoint que permite consultar un centro de costos registrado en la aplicación

## Path parameters

- `id` integer, required

## Response `200`

200 OK

- CostCenter
  - `code` string
  - `description` string
  - `name` string
  - `status` 'active' | 'inactive'

## Other responses

- `404` — 404 Not Found

---

[API](https://skmtc.net/alegra/apis/ingresos.md) · [All operations](https://skmtc.net/alegra/apis/ingresos/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alegra/ingresos/revisions/cd52d3f68f1b/schema)
