---
title: "GET /documentClassifiers"
method: GET
path: "/documentClassifiers"
---

# GET /documentClassifiers

`GET /documentClassifiers`

List all document classifiers.

## Query parameters

- `api-version` string, required

## Headers

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

## Response `200`

The request has succeeded.

- PagedDocumentClassifierDetails — Paged collection of DocumentClassifierDetails items
  - `value` DocumentClassifierDetails[], required — The DocumentClassifierDetails items on this page
    - `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.
  - `nextLink` string, uri — The link to the next page of items

## 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)
