---
title: "Get project implementation findings"
method: GET
path: "/api/v3.0/projects/{projectUuid}/ai/findings/implementation"
tags: ["Findings - Project"]
---

# Get project implementation findings

`GET /api/v3.0/projects/{projectUuid}/ai/findings/implementation`

Returns implementation findings for a project

## Path parameters

- `projectUuid` string, required

## Query parameters

- `cursor` string
- `limit` integer
- `grouped` boolean

## Response `200`

Success

- V3V3ResponseArrayV3V3ImplementationFindingResponse
  - `response` V3V3ImplementationFindingResponse[]
    - `snippetUuid` string
    - `origin` string
    - `implementationType` string
    - `snippet` string
    - `severity` string
    - `totalSeverity` integer
    - `criticalSeverity` integer
    - `highSeverity` integer
    - `mediumSeverity` integer
    - `lowSeverity` integer
    - `riskFactors` string[]
    - `project` V3V3ProjectInfo
      - `projectUuid` string
      - `projectName` string
    - `scanUuid` string
    - `findings` V3V3FindingResponse[]
      - `findingId` string
      - `findingName` string
      - `severity` string
      - `element` string
      - `elementUuid` string
  - `supportToken` string
  - `additionalData` V3DTOAdditionalData
    - `paging` V3DTOPaging
      - `cursor` integer
      - `next` string
      - `limit` integer
    - `totalItems` integer

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/mend/apis/mend-api.md) · [All operations](https://skmtc.net/mend/apis/mend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mend/mend-api/versions/849dfb157abc/schema)
