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

# List Trust Center compliance frameworks

`GET /trust-centers/{slugId}/compliance-frameworks`

Gets the list of compliance frameworks on a Trust Center.

## Path parameters

- `slugId` string, required

## Response `200`

Ok

- ArrayResponseTrustCenterComplianceFramework
  - `results` TrustCenterComplianceFramework[], required
    - `id` string, required — Unique identifier for the framework.
    - `name` string, required — Display name of the framework.
    - `standard` string, nullable, required — Compliance standard associated with this framework.
    - `description` string, nullable, required — Description of the framework.

---

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