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

# List Document Types

`GET /document-types`

## Query parameters

- `limit` integer
- `page` integer

## Response `200`

Success

- object
  - `has_more` boolean — Indicates if there are more results available beyond the current page.
  - `data` DocumentType[]
    - `id` string, required — id of the document type
    - `name` string, required — Name of the document type

## Other responses

- `400` — Invalid parameter format
- `401` — Unauthenticated
- `403` — Forbidden - User does not have access

---

[API](https://skmtc.net/harborcompliance/apis/harbor-compliance-api.md) · [All operations](https://skmtc.net/harborcompliance/apis/harbor-compliance-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/harborcompliance/harbor-compliance-api/revisions/f9302ec2ef8a/schema)
