---
title: "Get List of Custom Classifiers"
method: GET
path: "/api/label-manager/v2/custom-classifiers"
tags: ["Classification"]
---

# Get List of Custom Classifiers

`GET /api/label-manager/v2/custom-classifiers`

Use this API to retrieve a list of all custom classifiers. The response will include details such as the classifier name, ID, and detector type.

## Query parameters

- `searchTerm` string — The keyword used to search for classifiers.
- `mappedTermId` string, uuid — The ID of the mapped term.

## Response `200`

Custom classifiers retrieved successfully.

- DataUseGovernanceDataDiscoveryCustomClassiferManaDetectorSummaryDto[]
  - `id` string, uuid — The unique identifier of the classifier.
  - `code` string — The system-generated code of the classifier.
  - `name` string — The name of the classifier.
  - `custom` boolean — This flag indicates whether the classifier is custom-created.
  - `enabled` boolean — This flag indicates whether the classifier is active.
  - `detectorType` 'PATTERN' | 'DICTIONARY' | 'SURROGATE' | 'VALIDATOR' | 'TEMPLATE' | 'COMPLEX' — The type of detector used by the classifier to classify data.
  - `glossaryTerm` string — The details of the glossary term associated with the classifier.
  - `description` string — The description of the classifier.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/versions/21de3aa0b170/schema)
