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

# GET /api/capa/findings/my-company/

`GET /api/capa/findings/my-company/`

CAPA findings list for my company

## Query parameters

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

## Response `200`

Default Response

- object
  - `meta` object, required
    - `count` number, required
    - `page` number, required
    - `totalCount` number, required
    - `pageSize` number, required
  - `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` 'TO_DO' | 'IN_PROGRESS' | 'DONE', required
    - `assigneeUserId` string, nullable, required
    - `assigneeUserName` 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` union, required
          - string
          - string, date-time
        - `facilityScore` string, nullable, required
      - object
        - `id` string, required
        - `objectId` string, required
        - `version` string, required
        - `status` string, required
        - `revision` string, required
        - `submittedOn` union, required
          - string
          - string, date-time
      - object
    - `isLinkedToPlan` number

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response

## Changes

> 43 revisions in range; 1 not diffed.

- **2026-09-12** `bdb3efbe0262` — 1 info
  - added the required property `data/items/assigneeUserName` to the response with the `200` status
- **2026-09-09** `3267506bcf8b` — 5 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - added `subschema #1, subschema #2, subschema #3` to the `data/items/sourceObject` response property `anyOf` list for the response status `200`
  - …1 more
- **2026-08-31** `97e51f27dc77` — 28 breaking, 30 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`
  - …54 more

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/capa/findings/my-company/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.dev/retraced/apis/api-reference/revisions/a8932a002646?raw)
