---
title: "GET /documentClassifiers/{classifierId}"
method: GET
path: "/documentClassifiers/{classifierId}"
---

# GET /documentClassifiers/{classifierId}

`GET /documentClassifiers/{classifierId}`

Gets detailed document classifier information.

## Path parameters

- `classifierId` string, required

## Query parameters

- `api-version` string, required

## Headers

- `x-ms-client-request-id` string, uuid

## Response `200`

The request has succeeded.

- DocumentClassifierDetails — Document classifier info.
  - `classifierId` string, required — Unique document classifier name.
  - `description` string — Document classifier description.
  - `createdDateTime` string, date-time, required — Date and time (UTC) when the document classifier was created.
  - `expirationDateTime` string, date-time — Date and time (UTC) when the document classifier will expire.
  - `modifiedDateTime` string, date-time — Date and time (UTC) when the document model was last modified.
  - `apiVersion` string, required — API version used to create this document classifier.
  - `baseClassifierId` string — Base classifierId on top of which the classifier was trained.
  - `docTypes` object, required — List of document types to classify against.
  - `warnings` DocumentIntelligenceWarning[] — List of warnings encountered while building the classifier.
    - `code` string, required — One of a server-defined set of warning codes.
    - `message` string, required — A human-readable representation of the warning.
    - `target` string — The target of the error.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/azure/apis/ai-documentintelligence.md) · [All operations](https://skmtc.net/azure/apis/ai-documentintelligence/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/ai-documentintelligence/versions/3f750834da9e/schema)
