---
title: "List additional trust portal documents for the organization"
method: POST
path: "/v1/trust-portal/documents/list"
tags: ["Trust Portal"]
---

# List additional trust portal documents for the organization

`POST /v1/trust-portal/documents/list`

List additional trust portal documents for the organization in Comp AI. Configure the live Trust Center, custom domain, public overview, FAQs, compliance resources, documents, links, and vendor disclosures.

## Request body

- ListComplianceResourcesDto
  - `organizationId` string, required — Organization ID that owns the compliance resources

## Response `200`

Documents retrieved successfully

- TrustDocumentResponseDto[]
  - `id` string, required
  - `name` string, required
  - `description` object
  - `createdAt` string, required
  - `updatedAt` string, required

---

[API](https://skmtc.net/trycompai/apis/comp-ai-api.md) · [All operations](https://skmtc.net/trycompai/apis/comp-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trycompai/comp-ai-api/versions/726b9523fb22/schema)
