---
title: "List Document Type Sets"
method: GET
path: "/documents/sets"
tags: ["documents"]
---

# List Document Type Sets

`GET /documents/sets`

## Response `200`

Successful Response

- DocumentTypeSetWithLabels[]
  - `id` string, uuid, required
  - `company_id` string, uuid, required
  - `name` string, required
  - `description` string, nullable, required
  - `document_types` object[], required
  - `custom_inherent_risk_level` RiskLevelField
    - `label` string, required
    - `hex_color` string, nullable, required
    - `option_id` string, required
    - `order_index` integer, required

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/3ff4c0bd276b/schema)
