---
title: "Get a specific CAPA by id."
method: GET
path: "/api/capas/{capaId}"
tags: ["CAPAs"]
---

# Get a specific CAPA by id.

`GET /api/capas/{capaId}`

## Path parameters

- `capaId` string, required

## Response `200`

The CAPA for the given id.

- CAPACapaDto — Represents an CAPA
  - `id` string, required — Unique id associated to this entity.
  - `number` integer, required — Number
  - `capaType` string, required — CAPA Type
  - `problemStatement` string, required — Problem statement
  - `status` string, nullable — CAPA Status
  - `rootCauseAnalysis` string, nullable — Root cause analysis
  - `correctiveAction` string, nullable — Corrective action
  - `ncrId` string, nullable — Related NCR ID
  - `createdUtc` string, date-time, nullable — Created Date
  - `dueDate` string, date-time, nullable — Completed Date
  - `closedUtc` string, date-time, nullable — Completed Date

## Other responses

- `404` — A CAPA with that id does not exist.

---

[API](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/versions/1b5649cff14a/schema)
