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

# List Trust Center FAQs

`GET /trust-centers/{slugId}/faqs`

Gets a list of FAQs on a Trust Center.

## Path parameters

- `slugId` string, required

## Response `200`

Ok

- ArrayResponseTrustCenterFaq
  - `results` TrustCenterFaq[], required
    - `id` string, required — Unique identifier for the Trust Center FAQ.
    - `question` string, required — The FAQ question.
    - `answer` string, required — The FAQ answer.
    - `category` TrustCenterFaqCategory, required
      - `id` string, required — Unique identifier for the FAQ category.
      - `name` string, required — Name of the category.

---

[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/revisions/6c1f7590538b/schema)
