---
title: "List Trust Center control categories"
method: GET
path: "/trust-centers/{slugId}/control-categories"
tags: ["Trust Centers"]
---

# List Trust Center control categories

`GET /trust-centers/{slugId}/control-categories`

Gets a list of control categories on a Trust Center.

## Path parameters

- `slugId` string, required

## Response `200`

Ok

- ArrayResponseTrustCenterControlCategory
  - `results` TrustCenterControlCategory[], required
    - `id` string, required — Unique identifier for the control category.
    - `name` string, required — Name of the category.

---

[API](https://skmtc.dev/vanta/apis/build-integrations.md) · [All operations](https://skmtc.dev/vanta/apis/build-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vanta/build-integrations/revisions/6c1f7590538b/schema)
