---
title: "Get FAQs for a trust portal"
method: GET
path: "/v1/trust-access/{friendlyUrl}/faqs"
tags: ["Trust Access"]
---

# Get FAQs for a trust portal

`GET /v1/trust-access/{friendlyUrl}/faqs`

Retrieve the frequently asked questions for a published trust portal as structured data.

## Path parameters

- `friendlyUrl` string, required

## Response `200`

FAQs retrieved successfully

- object
  - `faqs` object[], nullable
    - `id` string
    - `question` string
    - `answer` string
    - `order` number

## Other responses

- `404` — Trust site not found or not published

---

[API](https://skmtc.dev/trycompai/apis/comp-ai-api.md) · [All operations](https://skmtc.dev/trycompai/apis/comp-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trycompai/comp-ai-api/revisions/ac8d1e4e2e79/schema)
