---
title: "Get Project Statistics"
method: POST
path: "/api/v3.0/orgs/{orgUuid}/projects/summaries"
tags: ["Projects"]
---

# Get Project Statistics

`POST /api/v3.0/orgs/{orgUuid}/projects/summaries`

Returns the requested statistics for the given projects that match at least one of the given identifiers.

## Path parameters

- `orgUuid` string, required

## Query parameters

- `cursor` string
- `limit` string

## Request body

- MultiContextRequestDTOV3 — If projectUuids and applicationUuids are empty, action will apply to the whole organization, Provides the requested statistics for all projects that match at least one of the given identifiers.
  - `applicationUuids` string[]
  - `projectUuids` string[]

## Response `200`

OK

- DWRResponsePageableV3ListProjectSummaryDTOV3
  - `additionalData` object — + **totalItems**: The total count of data points returned in an API response.
  - `supportToken` string
  - `response` ProjectSummaryDTOV3[]
    - `uuid` string
    - `name` string
    - `path` string
    - `applicationName` string
    - `applicationUuid` string
    - `creationDate` string, date-time
    - `lastScanned` string, date-time
    - `tags` EntityTagDTO[]
      - `key` string
      - `value` string
    - `labels` EntityLabelDTOV3[]
      - `uuid` string
      - `namespace` string
      - `value` string
      - `displayName` string
      - `scopeType` 'organization' | 'application' | 'project' | 'account' | 'unsupported'
      - `system` boolean
    - `statistics` object

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