---
title: "Get project vulnerabilities traces (Dependencies - SCA)"
method: GET
path: "/api/v3.0/projects/{projectUuid}/dependencies/effective"
tags: ["Projects"]
---

# Get project vulnerabilities traces (Dependencies - SCA)

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

Returns the traces of a given project. Note that this feature requires that Mend Prioritize be enabled in your Mend account.

## Path parameters

- `projectUuid` string, required

## Query parameters

- `limit` string
- `cursor` string

## Response `200`

OK

- DWRResponsePageableV3ListProjectTraceDTOV3
  - `additionalData` object — + **totalItems**: The total count of data points returned in an API response.
  - `supportToken` string
  - `response` ProjectTraceDTOV3[]
    - `referenceEntityId` string
    - `projectName` string
    - `orgName` string
    - `traces` VulnerabilityTraceDTO[]
      - `codeInvocations` CodeInvocationDTO[]
        - `invocationType` 'APPLICATION' | 'EXTENSION' | 'NATIVE' | 'FRAMEWORK'
        - `methodName` string
        - `order` integer
        - `lineNumber` integer
        - `fileName` string
    - `shieldValue` integer
    - `applicationName` string
    - `vulnerabilityId` string
    - `libraryUuid` string
    - `projectUuid` 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)
