---
title: "Get Project Scans"
method: GET
path: "/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/scans"
tags: ["Scans"]
---

# Get Project Scans

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

Returns the project related scans

## Path parameters

- `orgUuid` string, required
- `projectUuid` string, required

## Query parameters

- `cursor` string
- `limit` string

## Response `200`

OK

- DWRResponsePageableV3ListScanSummaryDTOV3
  - `additionalData` object — + **totalItems**: The total count of data points returned in an API response.
  - `supportToken` string
  - `response` ScanSummaryDTOV3[]
    - `uuid` string
    - `name` string
    - `processUuid` string
    - `scanTime` string, date-time
    - `scanStatus` string
    - `engine` 'UNIFIED' | 'SCA' | 'SAST' | 'IAC' | 'IMG' | 'AI' | 'DAST'
    - `scanMode` 'baseline' | 'preview'
    - `scanDuration` string
    - `configurationName` string
    - `reference` string
    - `triggeredBy` string
    - `agentName` string
    - `agentVersion` string
    - `supportToken` string
    - `projectName` string
    - `projectUuid` string
    - `tags` ScanTagDTO[]
      - `key` string
      - `value` string
      - `displayName` string
      - `createdAt` string, date-time
    - `applicationName` string
    - `applicationUuid` string
    - `workflowUuids` string[]
    - `workflowNames` string[]
    - `statistics` object

## Other responses

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

## Changes

- **2026-08-26** `3cb30ea6174e` — 2 warning, 2 info
  - added the new `baseline` enum value to the `response/items/scanMode` response property for the response status `200`
  - added the new `preview` enum value to the `response/items/scanMode` response property for the response status `200`
  - removed the `regular` enum value from the `response/items/scanMode` response property for the response status `200`
  - removed the `temporary` enum value from the `response/items/scanMode` response property for the response status `200`

[Change history](https://skmtc.dev/mend/apis/mend-api/changes/api/v3.0/orgs/:orgUuid/projects/:projectUuid/scans/get.md)

---

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