---
title: "Get UDF labels"
method: GET
path: "/v1/meta/labels/"
tags: ["Metadata"]
---

# Get UDF labels

`GET /v1/meta/labels/`

Return all labels for user defined fields

## Response `200`

Successful Response

- ApiGenericResponseUdfLabelsModel
  - `error` boolean — A boolean error indicator.
  - `message` string, nullable — Optional message.
  - `data` UdfLabelsModel
    - `project` UdfColumnLabelsModel
      - `udf1Label` string, nullable — Label for the customer-defined metadata found in udf1
      - `udf2Label` string, nullable — Label for the customer-defined metadata found in udf2
      - `udf3Label` string, nullable — Label for the customer-defined metadata found in udf3

## Other responses

- `400` — Business Logic Error
- `403` — Permission Error
- `409` — Integrity Error or Data Conflict

---

[API](https://skmtc.dev/salussafety/apis/salus-developer-api.md) · [All operations](https://skmtc.dev/salussafety/apis/salus-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/salussafety/salus-developer-api/revisions/ef065f44da25/schema)
