---
title: "Get All Customer Labels for the Org"
method: GET
path: "/organization/labels"
deprecated: true
---

# Get All Customer Labels for the Org

`GET /organization/labels`

> **Deprecated.**

Retrieves all customer labels defined for the organization

## Response `200`

200

- object
  - `data` object[]
    - `id` integer
    - `orgId` integer
    - `description` string
    - `lastUpdatedBy` integer
    - `name` string
    - `active` boolean
  - `warnings` unknown[]
    - unknown
  - `errors` unknown[]
    - unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/revisions/de241f2ed9b3/schema)
