---
title: "POST /api/capa/import-actions/"
method: POST
path: "/api/capa/import-actions/"
tags: ["CAPA"]
---

# POST /api/capa/import-actions/

`POST /api/capa/import-actions/`

Import actions (Corrective and Preventive Actions) from findings

## Request body

- object
  - `sourceType` string, required
  - `sourceId` string, required
  - `companyId` string, required
  - `findings` object[], required
    - `title` string, required
    - `description` string, required
    - `severity` 'A' | 'B' | 'C' | 'D' | 'E'
    - `impactAreaId` string
    - `impactAreaExtractedName` string
    - `actions` object[], required
      - `title` string, required
      - `description` string, required
      - `type` string, required
      - `status` 'TO_DO' | 'IN_PROGRESS' | 'BLOCKED' | 'IN_REVIEW' | 'CHANGES_REQUESTED' | 'DONE'
      - `dueDate` string
      - `severity` 'A' | 'B' | 'C' | 'D' | 'E'
      - `impactAreaId` string
      - `impactAreaExtractedName` string
      - `assignee` object
        - `id` string, required
        - `companyId` string, required
      - `assigneeExtractedName` string
      - `collaborator` object
        - `companyId` string, required
      - `collaboratorExtractedName` string
      - `reporters` object[]
        - `userId` string, required
        - `companyId` string, required
  - `workflowId` string
  - `reviewStage` 'CAP' | 'FINDINGS'

## Response `200`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object, required
    - `success` boolean, required
    - `message` string, required
    - `createdFindings` number, required
    - `createdActions` number, required
    - `actionIds` string[], required

## Changes

> 21 revisions in range; 1 not diffed.

- **2026-08-28** `edebda781916` — 1 breaking, 6 info
  - request property `findings/items/actions/items/status` was restricted to a list of enum values
  - added the new `BLOCKED` enum value to the request property `findings/items/actions/items/status`
  - added the new `CHANGES_REQUESTED` enum value to the request property `findings/items/actions/items/status`
  - added the new `DONE` enum value to the request property `findings/items/actions/items/status`
  - …3 more

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/capa/import-actions/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)
