---
title: "List uploaded compliance certificates for the organization"
method: POST
path: "/v1/trust-portal/compliance-resources/list"
tags: ["Trust Portal"]
---

# List uploaded compliance certificates for the organization

`POST /v1/trust-portal/compliance-resources/list`

List uploaded compliance certificates 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`

Compliance certificates retrieved successfully

- ComplianceResourceResponseDto[]
  - `framework` 'iso_27001' | 'iso_42001' | 'gdpr' | 'hipaa' | 'soc2_type1' | 'soc2_type2' | 'soc3' | 'pci_dss' | 'nen_7510' | 'iso_9001' | 'pipeda' | 'ccpa', nullable, required — Set for native-framework certificates; null for custom ones
  - `customFrameworkId` object, nullable, required — Set for custom-framework certificates; null for native ones
  - `fileName` string, required
  - `fileSize` number, required — File size in bytes
  - `updatedAt` string, required — ISO timestamp when the certificate was last updated

---

[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/revisions/726b9523fb22/schema)
