---
title: "Get a list of Custom Data Labels"
method: GET
path: "/v4/organizations/customdata/labels"
tags: ["Organizations"]
---

# Get a list of Custom Data Labels

`GET /v4/organizations/customdata/labels`

## Response `200`

Success

- CustomDataLabelsResponse
  - `organizationId` string, nullable
  - `fieldLabels` CustomDataFieldLabelResponse[], nullable
    - `fieldLabelId` string, nullable
    - `fieldLabelName` string, nullable
    - `isActive` boolean
    - `order` integer
  - `createdOn` string, date-time, nullable
  - `createdBy` string, uuid, nullable
  - `updatedOn` string, date-time, nullable
  - `updatedBy` string, uuid, nullable
  - `version` integer

## Other responses

- `403` — Insufficient permissions

---

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