---
title: "GET /api/capa/workflows/{id}"
method: GET
path: "/api/capa/workflows/{id}"
tags: ["CAPA"]
---

# GET /api/capa/workflows/{id}

`GET /api/capa/workflows/{id}`

Get CAPA workflow status by workflow ID

## Path parameters

- `id` string, required

## Response `200`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object, required
    - `id` string, required
    - `auditFileId` string, nullable, required
    - `capaFileId` string, nullable, required
    - `status` string, required
    - `percentage` number, required
    - `workflows` string[], required
    - `finishedWorkflows` string[], required
    - `metadata` object, required
    - `auditFile` object, nullable, required
      - `id` string, required
      - `name` string, required
      - `contentType` string, nullable, required
      - `fileHash` string, nullable, required
      - `fileSize` number, nullable, required
      - `fileType` string, nullable, required
      - `url` string, required
      - `bucketName` string, required
    - `capaFile` object, nullable, required
      - `id` string, required
      - `name` string, required
      - `contentType` string, nullable, required
      - `fileHash` string, nullable, required
      - `fileSize` number, nullable, required
      - `fileType` string, nullable, required
      - `url` string, required
      - `bucketName` string, required
    - `stepProgress` object, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, nullable, required

## Changes

> 22 revisions in range; 1 not diffed.

- **2026-08-31** `97e51f27dc77` — 7 breaking, 21 info
  - the response property `data/auditFile` became nullable for the status `200`
  - the response property `data/auditFileId` became nullable for the status `200`
  - the response property `data/capaFile` became nullable for the status `200`
  - the response property `data/capaFileId` became nullable for the status `200`
  - …24 more

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/capa/workflows/:id/get.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/97e51f27dc77/schema)
