---
title: "List document types"
method: GET
path: "/v3/document_types"
tags: ["Document Types"]
---

# List document types

`GET /v3/document_types`

Returns a list of document types that the user has access to.

## Query parameters

- `organization` string
- `workspace` string

## Response `200`

Successful operation

- DocumentType[]
  - `identifier` string, required — Uniquely identify a document type.
  - `name` string, required — The name of the document type.
  - `description` string, nullable — A description of the document type.
  - `ingest_email` string — The email address that can be used to email documents directly to this document type.
  - `organization` string, required — The identifier of the organization this document type belongs to.

## Other responses

- `400` — Bad request. If it is a validation error will contain a list of each invalid field
- `401` — Authorisation error
- `default` — UnexpectedError

---

[API](https://skmtc.net/affinda/apis/affinda-api-2.md) · [All operations](https://skmtc.net/affinda/apis/affinda-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/affinda/affinda-api-2/versions/6772e50cb58e/schema)
