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

# GET /api/capa/findings/network/

`GET /api/capa/findings/network/`

CAPA findings list for network

## Query parameters

- `count` integer
- `page` integer
- `sort` string
- `filter` string
- `auditId` string
- `capId` string

## Response `200`

Default Response

- object
  - `data` object[], required
    - `id` string, required
    - `auditId` string, nullable, required
    - `title` string, required
    - `description` string, nullable, required
    - `urgency` string, nullable, required
    - `source` string, nullable, required
    - `impactAreaId` string, nullable, required
    - `suggestedActions` string, nullable, required
    - `additionalInformation` string, nullable, required
    - `type` string, nullable, required
    - `companyId` string, required
    - `companyName` string, nullable
    - `isRemoved` number, required
    - `dueDate` string, date-time, nullable, required
    - `status` string, nullable, required
    - `assigneeUserId` string, nullable, required
    - `externalSource` string, nullable, required
    - `createdAt` string, date-time, nullable
    - `createdByUserId` string, nullable
    - `createdByUserName` string, nullable
    - `updatedAt` string, date-time, nullable
    - `updatedByUserId` string, nullable
    - `createdByImpersonateId` string, nullable
    - `createdByCompanyId` string, nullable
    - `updatedByImpersonateId` string, nullable
    - `updatedByCompanyId` string, nullable
    - `updatedByImpersonateName` string, nullable
    - `updatedByUserName` string, nullable
    - `updatedByCompanyName` string, nullable
    - `createdByApiKeyId` string, nullable
    - `createdByApiKeyLabel` string, nullable
    - `updatedByApiKeyId` string, nullable
    - `updatedByApiKeyLabel` string, nullable
    - `actionCount` number, required
    - `planCount` number, required
    - `tags` object[], required
      - `id` string, required
      - `title` string, required
      - `colorCode` string, required
    - `sourceObject` union
      - object
        - `id` string, required
        - `name` string, required
        - `auditTypeId` string, nullable, required
        - `auditTypeName` string, nullable, required
        - `referenceNumber` string, nullable, required
        - `auditDate` string, date-time, nullable, required
        - `facilityScore` string, nullable, required
      - object
        - `id` string, required
        - `objectId` string, required
        - `version` string, required
        - `status` string, required
        - `revision` string, required
        - `submittedOn` string, date-time, nullable, required
      - object
    - `isLinkedToPlan` number
  - `meta` object, required
    - `count` number, required
    - `page` number, required
    - `pageSize` number, required
    - `totalCount` number, required

## Changes

> 22 revisions in range; 1 not diffed.

- **2026-08-31** `97e51f27dc77` — 29 breaking, 31 info
  - the response property `data/items/additionalInformation` became nullable for the status `200`
  - the response property `data/items/assigneeUserId` became nullable for the status `200`
  - the response property `data/items/auditId` became nullable for the status `200`
  - the response property `data/items/companyName` became nullable for the status `200`
  - …56 more

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