---
title: "Get All Organization Labels"
method: GET
path: "/api/v3.0/orgs/{orgUuid}/labels"
tags: ["Administration - Labels"]
---

# Get All Organization Labels

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

Returns a list of all labels in an organization (paginated)

## Path parameters

- `orgUuid` string, required

## Query parameters

- `cursor` string
- `limit` string

## Response `200`

OK

- DWRResponsePageableV3ListOrganizationLabelDTOV3
  - `additionalData` object — + **totalItems**: The total count of data points returned in an API response.
  - `supportToken` string
  - `response` OrganizationLabelDTOV3[]
    - `uuid` string
    - `namespace` string
    - `value` string
    - `createdAt` string, date-time
    - `createdBy` string
    - `system` boolean
    - `applications` integer
    - `projects` integer
    - `id` integer

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