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

# Get Project Labels

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

Get project labels. A label can be a string or namespace:value pair that provide additional metadata to assist with project management.

## Path parameters

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

## Response `200`

OK

- DWRResponseV3ListEntityLabelDTO
  - `supportToken` string
  - `response` EntityLabelDTO[]
    - `uuid` string
    - `namespace` string
    - `value` string
    - `displayName` string
    - `contextType` string
    - `system` boolean

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