---
title: "Get project suppression requests"
method: GET
path: "/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/approvalRequests"
tags: ["Suppression Requests"]
---

# Get project suppression requests

`GET /api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/approvalRequests`

Returns the suppression requests related to the project

## Path parameters

- `projectUuid` string, required

## Response `200`

OK

- DWRResponsePageableV3CollectionProjectApprovalRequestDTOV3
  - `additionalData` object — + **totalItems**: The total count of data points returned in an API response.
  - `supportToken` string
  - `response` ProjectApprovalRequestDTOV3[]
    - `uuid` string
    - `name` string
    - `projectUuid` string
    - `projectName` string
    - `applicationUuid` string
    - `applicationName` string
    - `engine` 'UNIFIED' | 'SCA' | 'SAST' | 'IAC' | 'IMG' | 'AI' | 'DAST', required — Type of engine the suppression request relates to
    - `findingUuid` string
    - `findingCWE` string
    - `findingOrigin` string
    - `findingSeverity` 'LOW' | 'MEDIUM' | 'HIGH' | 'CRITICAL' | 'LOW' | 'MEDIUM' | 'HIGH' | 'CRITICAL' — Severity of the element requested for approval. Can be one of: LOW, MEDIUM, HIGH, CRITICAL
    - `findingDetectionDate` string, date-time
    - `branchType` 'BASE' | 'FEATURE' | 'BASE' | 'FEATURE', required — Type of branch
    - `scanUuid` string
    - `externalUser` string — External/repository user identifier
    - `repoIssueId` string — Identifier of a corresponding repository issue of the element requested for suppression approval.
    - `reason` string
    - `state` 'PENDING' | 'APPROVED' | 'REJECTED' | 'REQUESTED_INFO' | 'PENDING' | 'APPROVED' | 'REJECTED', required — State of suppression request
    - `responseDate` string, date-time
    - `createdAt` string, date-time
    - `createdBy` string
    - `updatedBy` string

## Other responses

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

---

[API](https://skmtc.dev/mend/apis/mend-api.md) · [All operations](https://skmtc.dev/mend/apis/mend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mend/mend-api/revisions/b2302e1b6c4c/schema)
