---
title: "List audit findings"
method: GET
path: "/v1/findings"
tags: ["Findings"]
---

# List audit findings

`GET /v1/findings`

List audit findings with status, severity, owner, history, and remediation context for compliance review workflows.

## Query parameters

- `status` 'open' | 'ready_for_review' | 'needs_revision' | 'closed'
- `severity` 'low' | 'medium' | 'high' | 'critical'
- `area` 'people' | 'documents' | 'compliance' | 'risks' | 'vendors' | 'policies' | 'other'
- `taskId` string
- `evidenceSubmissionId` string
- `evidenceFormType` 'board-meeting' | 'it-leadership-meeting' | 'risk-committee-meeting' | 'meeting' | 'access-request' | 'whistleblower-report' | 'penetration-test' | 'rbac-matrix' | 'infrastructure-inventory' | 'employee-performance-evaluation' | 'network-diagram' | 'tabletop-exercise' | 'account-types'
- `policyId` string
- `vendorId` string
- `riskId` string
- `memberId` string
- `deviceId` string

## Response `200`

## Changes

> 56 revisions in range; 4 could not be searched.

- **2026-06-11** `a87e7c0c5c25` — 1 info
  - added the new enum value `account-types` to the `query` request parameter `evidenceFormType`
- **2026-06-04** `d7d0199d846f` — 1 info
  - the endpoint scheme security `oauth2` was removed from the API
- **2026-05-29** `5382c53ab431` — 1 info
  - the endpoint scheme security `oauth2` was added to the API
- **2026-04-23** `68ee027be02b` — 1 info
  - added the new optional `query` request parameter `severity`
- **2026-04-20** `6e22489e33cb` — 1 warning, 10 info
  - deleted the `query` request parameter `scope`
  - api operation id `FindingsController_getFindingsByTask_v1` removed and replaced with `FindingsController_listFindings_v1`
  - added the new optional `query` request parameter `area`
  - added the new optional `query` request parameter `deviceId`
  - …7 more

[Full history](https://skmtc.dev/trycompai/apis/comp-ai-api/changes/v1/findings/get.md)

---

[API](https://skmtc.dev/trycompai/apis/comp-ai-api.md) · [All operations](https://skmtc.dev/trycompai/apis/comp-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trycompai/comp-ai-api/revisions/726b9523fb22/schema)
