---
title: "Get Project Violating Findings"
method: GET
path: "/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/violations"
tags: ["Projects"]
---

# Get Project Violating Findings

`GET /api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/violations`

Returns the violations relates to project

## Path parameters

- `orgUuid` string, required
- `projectUuid` string, required

## Query parameters

- `cursor` string
- `limit` string

## Response `200`

OK

- DWRResponsePageableV3ListProjectViolationDTOV3
  - `additionalData` object — + **totalItems**: The total count of data points returned in an API response.
  - `supportToken` string
  - `response` ProjectViolationDTOV3[]
    - `uuid` string
    - `name` string
    - `projectUuid` string
    - `projectName` string
    - `engine` 'UNIFIED' | 'SCA' | 'SAST' | 'IAC' | 'IMG' | 'AI' | 'DAST', required — Type of engine the violation relates to
    - `findingType` 'SECURITY' | 'LEGAL' | 'LIBRARY', required — Type of finding
    - `originUuid` string
    - `originName` string
    - `risk` 'LOW' | 'MEDIUM' | 'HIGH' | 'CRITICAL' — Risk of the violation. Can be one of: LOW, MEDIUM, HIGH, CRITICAL
    - `sla` string
    - `workflowData` WorkflowData[]
      - `workflowUuid` string
      - `workflowName` string
      - `entityUuid` string
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `refId` string
    - `violationType` string
    - `isProjectActive` boolean

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

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