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

# List Trust Center resources

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

Gets a list of resources on a Trust Center.

## Path parameters

- `slugId` string, required

## Response `200`

Ok

- ArrayResponseTrustCenterResource
  - `results` TrustCenterResource[], required
    - `id` string, required — Unique identifier for the document.
    - `fileName` string, nullable, required — The file name of the document.
    - `title` string, required — The document's title.
    - `description` string, nullable, required — The document's description
    - `mimeType` string, required — Mime type of the document.
    - `creationDate` string, date-time, required — Date of when the document was uploaded.
    - `updatedDate` string, date-time, required — Date when the document was last updated.
    - `isPublic` boolean, required — Boolean determining whether the document is publicly available.

---

[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)
