---
title: "Get project due diligence information (Dependencies - SCA)"
method: GET
path: "/api/v3.0/projects/{projectUuid}/dependencies/libraries/licenses"
tags: ["Findings - Project"]
---

# Get project due diligence information (Dependencies - SCA)

`GET /api/v3.0/projects/{projectUuid}/dependencies/libraries/licenses`

Returns a due diligence report listing the source and license information for all libraries in a project

## Path parameters

- `projectUuid` string, required

## Query parameters

- `limit` string
- `cursor` string

## Response `200`

OK

- DWRResponsePageableV3ListDueDiligenceDTOV3
  - `additionalData` object — + **totalItems**: The total count of data points returned in an API response.
  - `supportToken` string
  - `response` DueDiligenceDTOV3[]
    - `uuid` string
    - `name` string
    - `component` LibraryComponentDTOV3
      - `uuid` string
      - `name` string
      - `description` string
      - `componentType` 'Library'
      - `libraryType` string
      - `language` string
      - `directDependency` boolean
      - `rootLibrary` boolean
      - `references` ComponentReferencesDTO
        - `url` string
        - `homePage` string
        - `downloadLink` string
        - `issueUrl` string
        - `pomUrl` string
        - `scmUrl` string
        - `genericPackageIndex` string
        - `nugetGallery` string
        - `tags` string
        - `copyright` string
        - `hasNotice` boolean
      - `groupId` string
      - `artifactId` string
      - `version` string
      - `path` string
      - `dependencyFile` string
      - `localPath` string
      - `dependencyType` string
    - `license` LicenseReferenceDTO
      - `uuid` string
      - `type` string
      - `liabilityReference` string
      - `assignedBy` UserInfoDTO
        - `uuid` string, required
        - `name` string
        - `email` string
        - `userType` 'REGULAR' | 'SERVICE' | 'SCAN_SUMMARY_RECEIVER'
        - `accountStatus` 'ACTIVE' | 'INACTIVE' | 'LOCKOUT'
      - `textUrl` string
      - `customDisclaimer` string
      - `information` string
    - `riskScore` RiskScoreExplanationDTO
      - `explanation` string
      - `indicatingText` string
      - `riskScore` integer
    - `copyrights` string[]
    - `extraData` ResourceExtraDataDTO
      - `homepage` string
      - `authors` ResourceAuthorDTO[]
        - `author` string
        - `authorUrl` string
    - `project` ProjectDTOV3 — Project information
      - `uuid` string
      - `name` string
      - `path` string
      - `applicationName` string
      - `applicationUuid` string

## Other responses

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

---

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