---
title: "POST /api/capa/findings/"
method: POST
path: "/api/capa/findings/"
tags: ["CAPA Findings"]
---

# POST /api/capa/findings/

`POST /api/capa/findings/`

Create a new finding

## Request body

- object
  - `title` string, required
  - `description` string, required
  - `companyId` string, required
  - `type` 'AUDIT' | 'SLCP' | 'FACTORY_VISIT' | 'OTHER', required
  - `source` string, required
  - `urgency` 'A' | 'B' | 'C' | 'D' | 'E', required
  - `impactAreaId` string, required
  - `tags` string[]
  - `rootCauseAnalysis` string
  - `genderedImplications` string

## Response `201`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object, required
    - `id` string, required
    - `auditId` string, required
    - `title` string, required
    - `urgency` string, required
    - `source` string, required
    - `impactAreaId` string, required
    - `createdAt` string, required
    - `description` string, required
    - `companyId` string, required
    - `createdByCompanyId` string, required
    - `type` string, required
    - `status` 'TO_DO' | 'IN_PROGRESS' | 'DONE', required
    - `externalSource` string, required
    - `rootCauseAnalysis` string, required
    - `genderedImplications` string, required
    - `tags` object[]
      - `id` string, required
      - `title` string, required
      - `colorCode` string, required

## Changes

> 21 revisions in range; 1 not diffed.

- **2026-08-21** `ae0f0a740727` — 4 info
  - added the new optional request property `genderedImplications`
  - added the new optional request property `rootCauseAnalysis`
  - added the required property `data/genderedImplications` to the response with the `201` status
  - added the required property `data/rootCauseAnalysis` to the response with the `201` status

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/capa/findings/post.md)

---

[API](https://skmtc.dev/retraced/apis/api-reference.md) · [All operations](https://skmtc.dev/retraced/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/retraced/api-reference/revisions/1df37791a1bb/schema)
