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

# Get project AI models

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

Returns a list of AI models used in a specific project

## Path parameters

- `projectUuid` string, required

## Query parameters

- `cursor` string
- `limit` integer

## Response `200`

Success

- V3V3BaseResponseArrayV3DTOAIModel
  - `response` V3DTOAIModel[]
    - `uuid` string
    - `modelName` string
    - `provider` string
    - `category` string
    - `originType` string
    - `modelUuid` string
    - `verified` boolean
    - `version` string
    - `description` string
    - `author` string
    - `homePage` string
    - `tos` string
    - `projectName` string
    - `projectUuid` string
    - `origins` string[]
    - `violations` integer
    - `violatingFindings` integer
    - `licenses` V3DTOAIModelLicense[]
      - `uuid` string
      - `name` string
      - `score` number, double
      - `severity` string
    - `licenseRisk` V3DTOAILicenseRisk
      - `severity` string
    - `securityRiskFactors` V3DTOAISecurityRiskFactors[]
      - `sourceUrl` string
      - `riskFactor` string
    - `securityFindings` object
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
  - `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)
