---
title: "Find"
method: GET
path: "/work-centers/{work_center_id}"
tags: ["Centros de Trabajo"]
---

# Find

`GET /work-centers/{work_center_id}`

Obtener centro de trabajo

## Path parameters

- `work_center_id` integer, required

## Headers

- `X-Company-Token` string, required

## Response `200`

Successful Response

- WorkCenterOut
  - `nombre` string, required
  - `descripcion` string, nullable
  - `id` integer, required
  - `user_id` integer, nullable
  - `empresa_id` integer, nullable
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

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