---
title: "Get implementation weaknesses"
method: GET
path: "/api/v3.0/ai/implementationweakness"
tags: ["AI"]
---

# Get implementation weaknesses

`GET /api/v3.0/ai/implementationweakness`

Returns a list of implementation weakness types and their details

## Query parameters

- `weaknessID` string

## Response `200`

Success

- V3V3ImplementationWeaknessResponse[]
  - `weaknessID` string
  - `weaknessCategory` string
  - `weaknessSeverity` string
  - `weaknessScore` string
  - `weaknessTitle` string
  - `owaspCategory` string
  - `weaknessDescription` string
  - `weaknessPotentialImpact` string
  - `weaknessBestPractices` string
  - `weaknessReferences` string

## Other responses

- `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)
